diff --git a/config.el b/config.el index 24bf094..f75930d 100644 --- a/config.el +++ b/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))) diff --git a/init.el b/init.el index 80443a1..c080233 100644 --- a/init.el +++ b/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!"