ok
This commit is contained in:
parent
f9d3c7dcbe
commit
009607d72d
2 changed files with 3 additions and 5 deletions
|
@ -7,9 +7,7 @@
|
|||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||
|
||||
(if (string-prefix-p "enoko" (system-name))
|
||||
(progn
|
||||
(pixel-scroll-precision-mode)
|
||||
(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 15 :weight 'semi-light)))
|
||||
(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 15 :weight 'semi-light))
|
||||
(setq doom-font (font-spec :family "RecMonoCasual Nerd Font" :size 17 :weight 'semi-light)))
|
||||
|
||||
;; Load our cute color scheme
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
;;grammar ; tasing grammar mistake every you make
|
||||
|
||||
:tools
|
||||
;;ansible
|
||||
ansible
|
||||
;;biblio ; Writes a PhD for you (citation needed)
|
||||
;;collab ; buffers with friends
|
||||
;;debugger ; FIXME stepping through code, to help you add bugs
|
||||
|
@ -173,7 +173,7 @@
|
|||
;;swift ; who asked for emoji variables?
|
||||
;;terra ; Earth and Moon in alignment for performance.
|
||||
(web +tree-sitter) ; the tubes
|
||||
;;yaml ; JSON, but readable
|
||||
(yaml +tree-sitter) ; JSON, but readable
|
||||
;;zig ; C, but simpler
|
||||
|
||||
:email
|
||||
|
|
Loading…
Add table
Reference in a new issue