chore(emacs): Orgnaise emacs modules in packages

This commit is contained in:
js0ny 2025-03-05 13:42:07 +00:00
parent 869e6ed042
commit 8f452172a5
5 changed files with 104 additions and 9 deletions

View file

@ -50,7 +50,7 @@
;; `load-theme' function. This is the default:
(setq doom-theme 'catppuccin)
(setq catppuccin-flavor 'mocha)
;(catppuccin-reload)
;(catppuccin-reload)
;; This determines the style of line numbers in effect. If set to `nil', line
;; numbers are disabled. For relative line numbers, set this to `relative'.
@ -92,6 +92,9 @@
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented.
(add-to-list 'load-path (expand-file-name "lisp" doom-user-dir))
(after! wakatime-mode
(global-wakatime-mode)
(setq wakatime-cli-path "~/.local/bin/wakatime"))