|
@@ -18,9 +18,9 @@ I change my default theme almost as often as the weather. I tend to revert back
|
|
|
to Doom One most of the time, but I like the Kaolin themes, as well as Nimbus
|
|
|
for it's retro charm. Nimbus just doesn't look great when I'm tired though.
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
-(setq doom-theme 'kaolin-galaxy
|
|
|
- doom-font (font-spec :family "JetBrains Mono NL" :size 14 :weight 'semi-light)
|
|
|
- doom-big-font (font-spec :family "JetBrains Mono NL" :size 18)
|
|
|
+(setq doom-theme 'doom-gruvbox
|
|
|
+ doom-font (font-spec :family "JetBrains Mono NL" :size 12 :weight 'semi-light)
|
|
|
+ doom-big-font (font-spec :family "JetBrains Mono NL" :size 16)
|
|
|
doom-variable-pitch-font (font-spec :family "Overpass" :size 16))
|
|
|
#+END_SRC
|
|
|
** Borders
|
|
@@ -175,7 +175,9 @@ How I went about [[file:/usr/home/powellc/var/org/20200916134500-vale_prose_lint
|
|
|
#+END_SRC
|
|
|
* Org-mode
|
|
|
** Basic configuration
|
|
|
-A handful of mods here clean up org mode. Line numbers don’t mean much when you’re folding and unfolding all the time. I also really enjoy the typography of a serif font when I’m writing a lot of words.
|
|
|
+A handful of mods here clean up org mode. Line numbers don’t mean much when
|
|
|
+you’re folding and unfolding all the time. I also really enjoy the typography of
|
|
|
+a serif font when I’m writing a lot of words.
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
(add-hook 'org-mode-hook #'doom-disable-line-numbers-h)
|
|
|
|
|
@@ -250,7 +252,6 @@ I am absolutely in love with [[https://org-roam.readthedocs.io/en/develop/][Org-
|
|
|
#+END_SRC
|
|
|
** Org-fc
|
|
|
Trying a new space-repetition framework.
|
|
|
-
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
(setq org-fc-directories "~/var/org/")
|
|
|
(require 'org-fc-hydra)
|
|
@@ -258,7 +259,6 @@ Trying a new space-repetition framework.
|
|
|
|
|
|
* Novel
|
|
|
Reading novels in Emacs, how novel!
|
|
|
-
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
(require 'justify-kp)
|
|
|
;(setq nov-text-width t)
|
|
@@ -335,7 +335,6 @@ I use notmuch to read and write email from within Emacs.
|
|
|
|
|
|
* Eshell
|
|
|
Handful of fun aliases to make working in Eshell almost like a /real/ shell :smile:
|
|
|
-
|
|
|
#+BEGIN_SRC emacs-lisp
|
|
|
(after! eshell
|
|
|
(set-eshell-alias!
|