summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/.doom.d/config.el2
-rw-r--r--emacs/.doom.d/init.el8
2 files changed, 5 insertions, 5 deletions
diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el
index 355a2ed..b2b8eca 100644
--- a/emacs/.doom.d/config.el
+++ b/emacs/.doom.d/config.el
@@ -26,7 +26,7 @@
(system-specific-config
"^zot\."
- (setq kj/font-size 18)
+ (setq kj/font-size 20)
(setq doom-theme 'doom-acario-light))
(setq doom-font (font-spec :family "iosevka" :size kj/font-size))
diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el
index e2ea82f..65390f7 100644
--- a/emacs/.doom.d/init.el
+++ b/emacs/.doom.d/init.el
@@ -52,7 +52,7 @@
(window-select +numbers) ; visually switch windows
workspaces ; tab emulation, persistence & separate workspaces
zen ; distraction-free coding or writing
- (emoji +unicode) ; 😇
+ ;; (emoji +unicode) ; 😇
:editor
(evil +everywhere); come to the dark side, we have cookies
@@ -82,7 +82,7 @@
vterm ; the best terminal emulation in Emacs
:checkers
- syntax ; tasing you for every semicolon you forget
+ ;;syntax ; tasing you for every semicolon you forget
;;spell ; tasing you for misspelling mispelling
;;grammar ; tasing grammar mistake every you make
@@ -96,7 +96,7 @@
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
lookup ; navigate your code and its documentation
- ;;lsp
+ (lsp +eglot)
;;macos ; MacOS-specific commands
magit ; a git porcelain for Emacs
;;make ; run make tasks from Emacs
@@ -111,7 +111,7 @@
:lang
;;agda ; types of types of types of types...
- cc ; C/C++/Obj-C madness
+ (cc +lsp) ; C/C++/Obj-C madness
clojure ; java with a lisp
;;common-lisp ; if you've seen one lisp, you've seen them all
;;coq ; proofs-as-programs