mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 17:17:22 +01:00
refactor: revamp whole Emacs.org
This is the first part of consolidating my Emacs and NixOS config into a single file. This commit refactors the whole of Emacs.org and adds more bits of prose to the configuration sections.
This commit is contained in:
parent
5e9c3c398f
commit
bc8c52554d
8 changed files with 7068 additions and 2939 deletions
|
|
@ -1,14 +1,14 @@
|
|||
(custom-set-variables
|
||||
;; (custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; 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.
|
||||
'(custom-safe-themes
|
||||
'("7ec8fd456c0c117c99e3a3b16aaf09ed3fb91879f6601b1ea0eeaee9c6def5d9"
|
||||
"badd1a5e20bd0c29f4fe863f3b480992c65ef1fa63951f59aa5d6b129a3f9c4c"
|
||||
"2e05569868dc11a52b08926b4c1a27da77580daa9321773d92822f7a639956ce"
|
||||
default))
|
||||
'(send-mail-function 'sendmail-send-it))
|
||||
;; '(custom-safe-themes
|
||||
;; '("7ec8fd456c0c117c99e3a3b16aaf09ed3fb91879f6601b1ea0eeaee9c6def5d9"
|
||||
;; "badd1a5e20bd0c29f4fe863f3b480992c65ef1fa63951f59aa5d6b129a3f9c4c"
|
||||
;; "2e05569868dc11a52b08926b4c1a27da77580daa9321773d92822f7a639956ce"
|
||||
;; default))
|
||||
;; '(send-mail-function 'sendmail-send-it))
|
||||
;; (custom-set-faces
|
||||
;; ;; custom-set-faces was added by Custom.
|
||||
;; ;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
|
@ -25,12 +25,12 @@
|
|||
;; '(ivy-current-match ((t (:extend t :background "dark cyan" :foreground "black"))))
|
||||
;; '(org-block ((t (:inherit fixed-pitch :extend t :background "#20282F"))))
|
||||
;; '(org-block-begin-line ((t (:inherit org-block :extend t :background "#20282F" :foreground "DeepSkyBlue4" :weight bold)))))
|
||||
(custom-set-faces
|
||||
;; (custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; 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.
|
||||
'(highlight-indent-guides-even-face ((t (:background "gray10"))))
|
||||
'(highlight-indent-guides-odd-face ((t (:background "gray20"))))
|
||||
'(highlight-indent-guides-stack-even-face ((t (:background "gray40"))))
|
||||
'(highlight-indent-guides-stack-odd-face ((t (:background "gray50")))))
|
||||
;; '(highlight-indent-guides-even-face ((t (:background "gray10"))))
|
||||
;; '(highlight-indent-guides-odd-face ((t (:background "gray20"))))
|
||||
;; '(highlight-indent-guides-stack-even-face ((t (:background "gray40"))))
|
||||
;; '(highlight-indent-guides-stack-odd-face ((t (:background "gray50")))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue