aboutsummaryrefslogtreecommitdiffstats
path: root/config/doom/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'config/doom/init.el')
-rw-r--r--config/doom/init.el21
1 files changed, 11 insertions, 10 deletions
diff --git a/config/doom/init.el b/config/doom/init.el
index cd9d65d..7394840 100644
--- a/config/doom/init.el
+++ b/config/doom/init.el
@@ -22,17 +22,18 @@
:completion
company ; the ultimate code completion backend
+ ;; (corfu +orderless) ; complete with cap(f), cape and a flying feather!
;; helm ; the *other* search engine for love and life
- ;;ido ; the other *other* search engine...
- ivy ; a search engine for love and life
- ;; vertico ; the search engine of the future
+ ;; ido ; the other *other* search engine...
+ ;; ivy ; a search engine for love and life
+ vertico ; the search engine of the future
:ui
;;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
- ;;(emoji +unicode) ; 🙂
+ (emoji +unicode) ; 🙂
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
;;hydra
;;indent-guides ; highlighted indent columns
@@ -45,7 +46,7 @@
(popup +defaults) ; tame sudden yet inevitable temporary windows
;;tabs ; a tab bar for Emacs
;;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
vi-tilde-fringe ; fringe tildes to mark beyond EOB
window-select ; visually switch windows
@@ -98,7 +99,7 @@
lsp
magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs
- (pass +auth) ; password manager for nerds
+ ;; (pass +auth) ; password manager for nerds
pdf ; pdf enhancements
;;prodigy ; FIXME managing external services & code builders
;;rgb ; creating color strings
@@ -109,7 +110,7 @@
;;upload ; map local to remote projects via ssh/ftp
:os
- (:if IS-MAC macos) ; improve compatibility with macOS
+ (:if (featurep :system 'macos) macos) ; improve compatibility with macOS
;;tty ; improve the terminal Emacs experience
:lang
@@ -154,7 +155,7 @@
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
(org +roam2 +hugo +present +gnuplot +pomodoro) ; organize your plain life in plain text
- ;;php ; perl's insecure younger brother
+ php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional
(python +lsp +ipython +pyright +tree-sitter) ; beautiful is better than ugly
@@ -172,8 +173,8 @@
;;solidity ; do you need a blockchain? No.
;;swift ; who asked for emoji variables?
;;terra ; Earth and Moon in alignment for performance.
- (web +lsp +tree-sitter) ; the tubes
- yaml ; JSON, but readable
+ (web +lsp +tree-sitter) ; the tubes
+ (yaml +lsp +tree-sitter) ; JSON, but readable
;;zig ; C, but simpler
:email