feat(init.el): enable direnv and lua
feat(config.el): add ewal to get pywal themes fix(config.el): wakatime cli path
This commit is contained in:
parent
00831f4270
commit
8a38b52fb6
2 changed files with 17 additions and 9 deletions
22
config.el
22
config.el
|
@ -21,7 +21,7 @@
|
|||
;; See 'C-h v doom-font' for documentation and more examples of what they
|
||||
;; accept. For example:
|
||||
;;
|
||||
(setq doom-font (font-spec :family "JetbrainsMono Nerd Font" :size 16))
|
||||
(setq doom-font (font-spec :family "JetbrainsMono Nerd Font" :size 12))
|
||||
;;
|
||||
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them
|
||||
;; up, `M-x eval-region' to execute elisp code, and 'M-x doom/reload-font' to
|
||||
|
@ -92,13 +92,21 @@
|
|||
(setq-hook! 'lsp-ui-mode-hook
|
||||
lsp-ui-sideline-enable nil
|
||||
lsp-ui-sideline-mode nil)
|
||||
;; (load-theme 'base16-oxocarbon-dark t)
|
||||
(load-theme 'doom-xcode t)
|
||||
(use-package! lsp-tailwindcss)
|
||||
|
||||
|
||||
(setq fancy-splash-image (concat doom-user-dir "vapor.png"))
|
||||
;; Don't need the menu; I know them all by heart
|
||||
;; (remove-hook '+doom-dashboard-functions #'doom-dashboard-widget-shortmenu)
|
||||
;;
|
||||
|
||||
(setq +doom-dashboard-name "*dash*")
|
||||
(setq wakatime-cli-path "/home/rond/.wakatime/wakatime-cli")
|
||||
|
||||
(use-package! ewal
|
||||
:init
|
||||
(setq ewal-json-file "~/.config/wal/rond.json"))
|
||||
|
||||
;; (load-theme 'base16-oxocarbon-dark t)
|
||||
;; (load-theme 'doom-xcode t)
|
||||
|
||||
(use-package! ewal-spacemacs-themes
|
||||
:config (progn
|
||||
(load-theme 'ewal-spacemacs-modern t)
|
||||
(enable-theme 'ewal-spacemacs-modern)))
|
||||
|
|
4
init.el
4
init.el
|
@ -89,7 +89,7 @@
|
|||
;;biblio ; Writes a PhD for you (citation needed)
|
||||
;;collab ; buffers with friends
|
||||
;;debugger ; FIXME stepping through code, to help you add bugs
|
||||
;;direnv
|
||||
direnv
|
||||
;;docker
|
||||
;;editorconfig ; let someone else argue about tabs vs spaces
|
||||
ein ; tame Jupyter notebooks with emacs
|
||||
|
@ -147,7 +147,7 @@
|
|||
;;latex ; writing papers in Emacs has never been so fun
|
||||
;;lean ; for folks with too much to prove
|
||||
;;ledger ; be audit you can be
|
||||
;;lua ; one-based indices? one-based indices
|
||||
lua ; one-based indices? one-based indices
|
||||
markdown ; writing docs for people to ignore
|
||||
;;nim ; python + lisp at the speed of c
|
||||
nix ; I hereby declare "nix geht mehr!"
|
||||
|
|
Loading…
Reference in a new issue