feat: doom emacs module, systemd user service, doom config symlinked

This commit is contained in:
2026-03-04 13:43:11 +01:00
parent da95e1d2f8
commit a1007bee22
6 changed files with 306 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
* Theme
#+begin_src emacs-lisp
(setq doom-theme 'doom-gruvbox)
#+end_src
* General Settings
#+begin_src emacs-lisp
(setq display-line-numbers-type t)
#+end_src
* Orgmode
#+begin_src emacs-lisp
(setq org-directory "~/org/")
#+end_src