[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-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-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
|
;; Applies to current frame
|
||||||
(set-frame-parameter nil 'internal-border-width 20) ; applies to the 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
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12))
|
(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-big-font (font-spec :family "FuraCode Nerd Font Mono" :size 17))
|
||||||
(setq doom-theme 'srcery)
|
(setq doom-theme 'doom-monokai-spectrum)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Borders
|
** Borders
|
||||||
|
|||||||
@ -133,6 +133,7 @@
|
|||||||
+gnuplot
|
+gnuplot
|
||||||
+ipython ; ipython support for babel
|
+ipython ; ipython support for babel
|
||||||
+journal
|
+journal
|
||||||
|
+roam
|
||||||
+pandoc ; pandoc integration into org's exporter
|
+pandoc ; pandoc integration into org's exporter
|
||||||
+pomodoro
|
+pomodoro
|
||||||
+present) ; using Emacs for presentations
|
+present) ; using Emacs for presentations
|
||||||
|
|||||||
@ -37,8 +37,6 @@
|
|||||||
(package! slack)
|
(package! slack)
|
||||||
|
|
||||||
;; org stuffs
|
;; org stuffs
|
||||||
(package! org-roam)
|
|
||||||
(package! company-org-roam)
|
|
||||||
(package! ob-http)
|
(package! ob-http)
|
||||||
(package! org-web-tools)
|
(package! org-web-tools)
|
||||||
(package! org-vcard)
|
(package! org-vcard)
|
||||||
|
|||||||
Reference in New Issue
Block a user