diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-07 07:20:11 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-07 07:20:11 -0500 |
commit | e667015ece8befadd4f319581198de5cf1b1f53d (patch) | |
tree | 14b21c0c71bc31a9969194a62376d13bbaef7830 /emacs.d/custom.el | |
parent | f18d938cc3ca393c9a369eeb1ca732aa923df434 (diff) | |
download | rcm-e667015ece8befadd4f319581198de5cf1b1f53d.tar.gz rcm-e667015ece8befadd4f319581198de5cf1b1f53d.tar.bz2 rcm-e667015ece8befadd4f319581198de5cf1b1f53d.zip |
Emacs
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs.d/custom.el b/emacs.d/custom.el index cb59ca4..53651ca 100644 --- a/emacs.d/custom.el +++ b/emacs.d/custom.el @@ -62,7 +62,7 @@ '(org-babel-load-languages '((emacs-lisp . t) (lisp . t) (shell . t))) '(org-fold-core-style 'overlays) '(package-selected-packages - '(slime eat avy monotropic-theme tempel vundo add-node-modules-path prettier password-store vc-fossil eldoc-box mu4e direnv elpher w3m elfeed-protocol elfeed ligature copilot f editorconfig s quelpa-use-package quelpa org-mime org-journal which-key consult orderless vertico markdown-mode smartparens tree-sitter-langs diff-hl magit corfu rg almost-mono-themes git-ps1-mode meow)) + '(typescript-mode slime eat avy monotropic-theme tempel vundo add-node-modules-path prettier password-store vc-fossil eldoc-box mu4e direnv elpher w3m elfeed-protocol elfeed ligature copilot f editorconfig s quelpa-use-package quelpa org-mime org-journal which-key consult orderless vertico markdown-mode smartparens tree-sitter-langs diff-hl magit corfu rg almost-mono-themes git-ps1-mode meow)) '(project-switch-commands '((project-find-file "Find file" nil) (project-find-regexp "Find regexp" nil) @@ -148,6 +148,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(default ((t (:inherit nil :extend nil :stipple nil :background "#ffffff" :foreground "#000000" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight regular :height 100 :width normal :foundry "B&H " :family "Iosevka Term Curly")))) '(diff-hl-insert ((t (:background "green" :foreground "green")))) '(dired-directory ((t (:inherit font-lock-function-name-face :weight bold)))) '(elfeed-search-feed-face ((t (:foreground "dim gray")))) |