diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2021-12-02 17:49:40 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2021-12-02 17:49:40 -0500 |
commit | 5b61ad58ce2b09c298db7364cf16f2725575598b (patch) | |
tree | 107ca86974887949fc370b0a0fb70e5abbea0ee1 /emacs | |
parent | 514b3abfc33eb6b0e2eecec5fe6cae35ac1dbbcd (diff) |
update
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.doom.d/config.el | 2 | ||||
-rw-r--r-- | emacs/.doom.d/init.el | 8 |
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 |