[emacs] Change theme and update org roam
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user