Got rid of unused stuff + trying multi-cursors

This commit is contained in:
Emmet 2023-09-10 08:18:46 -05:00
parent b11c9ac1c6
commit 87623001ff
3 changed files with 6 additions and 14 deletions

View file

@ -877,10 +877,6 @@ tasks."
:desc "Switch to specific org agenda file" :desc "Switch to specific org agenda file"
"o a s" 'list-and-switch-to-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 () (defun org-agenda-switch-with-roam ()
"Switches to org roam node file and database from org agenda view" "Switches to org roam node file and database from org agenda view"
(interactive) (interactive)

View file

@ -1032,10 +1032,6 @@ On Wayland, EAF doesn't work.
:desc "Switch to specific org agenda file" :desc "Switch to specific org agenda file"
"o a s" 'list-and-switch-to-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 () (defun org-agenda-switch-with-roam ()
"Switches to org roam node file and database from org agenda view" "Switches to org roam node file and database from org agenda view"
(interactive) (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 treemacs ; a project drawer, like neotree but cooler
unicode ; extended unicode support for various languages unicode ; extended unicode support for various languages
vc-gutter ; vcs diff in the fringe 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 window-select ; visually switch windows
workspaces ; tab emulation, persistence & separate workspaces workspaces ; tab emulation, persistence & separate workspaces
;;zen ; distraction-free coding or writing ;;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 (format +onsave) ; automated prettiness
;;god ; run Emacs commands without modifier keys ;;god ; run Emacs commands without modifier keys
;;lispy ; vim for lisp, for people who don't like vim ;;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 ;;objed ; text object editing for the innocent
;;parinfer ; turn lisp into python, sort of ;;parinfer ; turn lisp into python, sort of
;;rotate-text ; cycle region at point between text candidates ;;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) ;;(wanderlust +gmail)
:app :app
calendar ;;calendar
;;emms ;;emms
;;everywhere ; *leave* Emacs!? You must be joking ;;everywhere ; *leave* Emacs!? You must be joking
;;irc ; how neckbeards socialize ;;irc ; how neckbeards socialize

View file

@ -30,7 +30,7 @@
treemacs ; a project drawer, like neotree but cooler treemacs ; a project drawer, like neotree but cooler
unicode ; extended unicode support for various languages unicode ; extended unicode support for various languages
vc-gutter ; vcs diff in the fringe 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 window-select ; visually switch windows
workspaces ; tab emulation, persistence & separate workspaces workspaces ; tab emulation, persistence & separate workspaces
;;zen ; distraction-free coding or writing ;;zen ; distraction-free coding or writing
@ -42,7 +42,7 @@
(format +onsave) ; automated prettiness (format +onsave) ; automated prettiness
;;god ; run Emacs commands without modifier keys ;;god ; run Emacs commands without modifier keys
;;lispy ; vim for lisp, for people who don't like vim ;;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 ;;objed ; text object editing for the innocent
;;parinfer ; turn lisp into python, sort of ;;parinfer ; turn lisp into python, sort of
;;rotate-text ; cycle region at point between text candidates ;;rotate-text ; cycle region at point between text candidates
@ -163,7 +163,7 @@
;;(wanderlust +gmail) ;;(wanderlust +gmail)
:app :app
calendar ;;calendar
;;emms ;;emms
;;everywhere ; *leave* Emacs!? You must be joking ;;everywhere ; *leave* Emacs!? You must be joking
;;irc ; how neckbeards socialize ;;irc ; how neckbeards socialize