emacs: Update doom configuration
Enable some more org-mode stuff and disable workspaces & ophints.
This commit is contained in:
parent
10b835beac
commit
5ad08942f7
2 changed files with 5 additions and 4 deletions
|
@ -53,3 +53,4 @@
|
|||
;; they are implemented.
|
||||
(setq org-directory "~/org")
|
||||
(setq rfc-mode-directory (expand-file-name "~/rfc/"))
|
||||
(setq org-noter-notes-search-path '("~/org/notes/"))
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
ivy ; a search engine for love and life
|
||||
|
||||
:ui
|
||||
;;deft ; notational velocity for Emacs
|
||||
deft ; notational velocity for Emacs
|
||||
doom ; what makes DOOM look the way it does
|
||||
doom-dashboard ; a nifty splash screen for Emacs
|
||||
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
||||
|
@ -40,7 +40,7 @@
|
|||
(modeline +light) ; snazzy, Atom-inspired modeline, plus API
|
||||
;;nav-flash ; blink cursor line after big motions
|
||||
;;neotree ; a project drawer, like NERDTree for vim
|
||||
ophints ; highlight the region an operation acts on
|
||||
;;ophints ; highlight the region an operation acts on
|
||||
(popup +defaults) ; tame sudden yet inevitable temporary windows
|
||||
;;tabs ; a tab bar for Emacs
|
||||
;;treemacs ; a project drawer, like neotree but cooler
|
||||
|
@ -48,7 +48,7 @@
|
|||
vc-gutter ; vcs diff in the fringe
|
||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||
(window-select +numbers) ; visually switch windows
|
||||
workspaces ; tab emulation, persistence & separate workspaces
|
||||
;;workspaces ; tab emulation, persistence & separate workspaces
|
||||
;;zen ; distraction-free coding or writing
|
||||
|
||||
:editor
|
||||
|
@ -146,7 +146,7 @@
|
|||
;;nim ; python + lisp at the speed of c
|
||||
;;nix ; I hereby declare "nix geht mehr!"
|
||||
;;ocaml ; an objective camel
|
||||
(org +pandoc +present +pretty +journal) ; organize your plain life in plain text
|
||||
(org +dragndrop +noter +pandoc +present +pretty +journal) ; organize your plain life in plain text
|
||||
;;php ; perl's insecure younger brother
|
||||
;;plantuml ; diagrams for confusing people more
|
||||
;;purescript ; javascript, but functional
|
||||
|
|
Loading…
Reference in a new issue