[emacs] New default theme and font sizes
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
|
||||
(setq ivy-read-action-function #'ivy-hydra-read-action)
|
||||
|
||||
(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))
|
||||
|
||||
;; Applies to current frame
|
||||
|
||||
@ -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!
|
||||
|
||||
@ -9,14 +9,14 @@
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(doom-big-font-mode t)
|
||||
'(doom-big-font-mode nil)
|
||||
'(fci-rule-color "#504945")
|
||||
'(jdee-db-active-breakpoint-face-colors (cons "#f0f0f0" "#a89984"))
|
||||
'(jdee-db-requested-breakpoint-face-colors (cons "#f0f0f0" "#79740e"))
|
||||
'(jdee-db-spec-breakpoint-face-colors (cons "#f0f0f0" "#928374"))
|
||||
'(objed-cursor-color "#9d0006")
|
||||
'(package-selected-packages
|
||||
'(leuven-theme openwith caddyfile-mode wordgen w3m vterm-toggle ponylang-mode jq-mode jq-format hackernews elfeed-protocol dired-ranger csv-mode csv counsel-jq blacken))
|
||||
'(wttrin leuven-theme openwith caddyfile-mode wordgen w3m vterm-toggle ponylang-mode jq-mode jq-format hackernews elfeed-protocol dired-ranger csv-mode csv counsel-jq blacken))
|
||||
'(pdf-view-midnight-colors (cons "#282828" "#fbf1c7"))
|
||||
'(rustic-ansi-faces
|
||||
["#fbf1c7" "#9d0006" "#79740e" "#b57614" "#076678" "#b16286" "#427b58" "#282828"])
|
||||
|
||||
Reference in New Issue
Block a user