[emacs] Change theme and update org roam

This commit is contained in:
Colin Powell
2020-04-02 01:03:03 -04:00
parent dd93819390
commit 8d1ffacf10
4 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@
(setq doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12))
(setq doom-big-font (font-spec :family "FuraCode Nerd Font Mono" :size 17))
(setq doom-theme 'srcery)
(setq doom-theme 'doom-monokai-spectrum)
;; Applies to current frame
(set-frame-parameter nil 'internal-border-width 20) ; applies to the current frame

View File

@ -27,7 +27,7 @@ suffers, so we have Fira Mono to fall back on.
#+BEGIN_SRC emacs-lisp
(setq doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12))
(setq doom-big-font (font-spec :family "FuraCode Nerd Font Mono" :size 17))
(setq doom-theme 'srcery)
(setq doom-theme 'doom-monokai-spectrum)
#+END_SRC
** Borders

View File

@ -133,6 +133,7 @@
+gnuplot
+ipython ; ipython support for babel
+journal
+roam
+pandoc ; pandoc integration into org's exporter
+pomodoro
+present) ; using Emacs for presentations

View File

@ -37,8 +37,6 @@
(package! slack)
;; org stuffs
(package! org-roam)
(package! company-org-roam)
(package! ob-http)
(package! org-web-tools)
(package! org-vcard)