diff --git a/user/app/doom-emacs/config.el b/user/app/doom-emacs/config.el index d842412..40522f2 100644 --- a/user/app/doom-emacs/config.el +++ b/user/app/doom-emacs/config.el @@ -877,10 +877,6 @@ tasks." :desc "Switch to specific org agenda file" "o a s" 'list-and-switch-to-agenda-file) -(map! :leader - :desc "Open org calendar" - "o c" #'cfw:open-org-calendar) - (defun org-agenda-switch-with-roam () "Switches to org roam node file and database from org agenda view" (interactive) diff --git a/user/app/doom-emacs/doom.org b/user/app/doom-emacs/doom.org index ff7bec1..1a912a0 100644 --- a/user/app/doom-emacs/doom.org +++ b/user/app/doom-emacs/doom.org @@ -1032,10 +1032,6 @@ On Wayland, EAF doesn't work. :desc "Switch to specific org agenda file" "o a s" 'list-and-switch-to-agenda-file) -(map! :leader - :desc "Open org calendar" - "o c" #'cfw:open-org-calendar) - (defun org-agenda-switch-with-roam () "Switches to org roam node file and database from org agenda view" (interactive) @@ -1437,7 +1433,7 @@ This section is the [[./init.el][init.el]] section, which controls which Doom mo treemacs ; a project drawer, like neotree but cooler unicode ; extended unicode support for various languages vc-gutter ; vcs diff in the fringe - vi-tilde-fringe ; fringe tildes to mark beyond EOB + ;;vi-tilde-fringe ; fringe tildes to mark beyond EOB window-select ; visually switch windows workspaces ; tab emulation, persistence & separate workspaces ;;zen ; distraction-free coding or writing @@ -1449,7 +1445,7 @@ This section is the [[./init.el][init.el]] section, which controls which Doom mo (format +onsave) ; automated prettiness ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who don't like vim - ;;multiple-cursors ; editing in many places at once + multiple-cursors ; editing in many places at once ;;objed ; text object editing for the innocent ;;parinfer ; turn lisp into python, sort of ;;rotate-text ; cycle region at point between text candidates @@ -1570,7 +1566,7 @@ This section is the [[./init.el][init.el]] section, which controls which Doom mo ;;(wanderlust +gmail) :app - calendar + ;;calendar ;;emms ;;everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize diff --git a/user/app/doom-emacs/init.el b/user/app/doom-emacs/init.el index 8b4ccb4..aa133c4 100644 --- a/user/app/doom-emacs/init.el +++ b/user/app/doom-emacs/init.el @@ -30,7 +30,7 @@ treemacs ; a project drawer, like neotree but cooler unicode ; extended unicode support for various languages vc-gutter ; vcs diff in the fringe - vi-tilde-fringe ; fringe tildes to mark beyond EOB + ;;vi-tilde-fringe ; fringe tildes to mark beyond EOB window-select ; visually switch windows workspaces ; tab emulation, persistence & separate workspaces ;;zen ; distraction-free coding or writing @@ -42,7 +42,7 @@ (format +onsave) ; automated prettiness ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who don't like vim - ;;multiple-cursors ; editing in many places at once + multiple-cursors ; editing in many places at once ;;objed ; text object editing for the innocent ;;parinfer ; turn lisp into python, sort of ;;rotate-text ; cycle region at point between text candidates @@ -163,7 +163,7 @@ ;;(wanderlust +gmail) :app - calendar + ;;calendar ;;emms ;;everywhere ; *leave* Emacs!? You must be joking ;;irc ; how neckbeards socialize