mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Got rid of unused stuff + trying multi-cursors
This commit is contained in:
parent
b11c9ac1c6
commit
87623001ff
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue