doom: some tweaks, get rid of literate conf; fish: ignore var file
This commit is contained in:
parent
827e26da99
commit
96933a43a1
5 changed files with 13 additions and 57 deletions
10
doom/config.el
Normal file
10
doom/config.el
Normal file
|
@ -0,0 +1,10 @@
|
|||
(setq user-full-name "Von Random"
|
||||
user-mail-address "von@mechanus.net")
|
||||
|
||||
(setq doom-font (font-spec :family "Cascadia Code PL" :size 14)
|
||||
doom-variable-pitch-font (font-spec :family "PT Sans"))
|
||||
(setq doom-theme 'doom-gruvbox)
|
||||
|
||||
(setq display-line-numbers-type 'relative)
|
||||
(setq org-directory "~/org/")
|
||||
(menu-bar-mode -1)
|
|
@ -1,24 +0,0 @@
|
|||
#+title: von's Doom Emacs config
|
||||
#+author: Von Random
|
||||
#+options: toc:2
|
||||
|
||||
* User name and email
|
||||
#+begin_src emacs-lisp
|
||||
(setq user-full-name "Von Random"
|
||||
user-mail-address "von@mechanus.net")
|
||||
#+end_src
|
||||
|
||||
* Aesthetics
|
||||
Font and theme
|
||||
#+begin_src emacs-lisp
|
||||
(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 14)
|
||||
doom-variable-pitch-font (font-spec :family "PT Sans"))
|
||||
(setq doom-theme 'doom-gruvbox)
|
||||
#+end_src
|
||||
|
||||
* Other settings
|
||||
#+begin_src emacs-lisp
|
||||
(setq display-line-numbers-type 'relative)
|
||||
(setq org-directory "~/org/")
|
||||
(menu-bar-mode -1)
|
||||
#+end_src
|
|
@ -32,7 +32,7 @@
|
|||
doom ; what makes DOOM look the way it does
|
||||
;;doom-dashboard ; a nifty splash screen for Emacs
|
||||
;;doom-quit ; DOOM quit-message prompts when you quit Emacs
|
||||
;;(emoji +unicode) ; 🙂
|
||||
(emoji +unicode) ; 🙂
|
||||
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
||||
;;hydra
|
||||
;;indent-guides ; highlighted indent columns
|
||||
|
@ -190,5 +190,5 @@
|
|||
;;twitter ; twitter client https://twitter.com/vnought
|
||||
|
||||
:config
|
||||
literate
|
||||
;;literate
|
||||
(default +bindings +smartparens))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue