diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs | 2 | ||||
-rw-r--r-- | .emacs.d/org/config.org | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -75,4 +75,4 @@ ;; 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. - ) + '(default ((t (:inherit nil :stipple nil :background "#292D3E" :foreground "#EEFFFF" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :foundry "PfEd" :family "mononoki Nerd Font"))))) diff --git a/.emacs.d/org/config.org b/.emacs.d/org/config.org index d83109a..fb7ec0a 100644 --- a/.emacs.d/org/config.org +++ b/.emacs.d/org/config.org @@ -25,6 +25,8 @@ delete-old-versions t kept-new-versions 20 kept-old-versions 5) + +(server-start) #+END_SRC ** MELPA and non-MELPA |