mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[emacs] Override font-lock-faces to avoid changing the font family or size
This commit is contained in:
parent
cbbb0327d6
commit
aadb781161
1 changed files with 4 additions and 2 deletions
|
@ -125,10 +125,12 @@
|
||||||
'(indent-tabs-mode nil)
|
'(indent-tabs-mode nil)
|
||||||
'(inferior-lisp-program "sbcl")
|
'(inferior-lisp-program "sbcl")
|
||||||
'(inhibit-startup-screen t))
|
'(inhibit-startup-screen t))
|
||||||
|
(put 'narrow-to-region 'disabled nil)
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(default ((t (:inherit nil :stipple nil :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 80 :width normal :foundry "unknown" :family "DejaVu Sans Mono")))))
|
'(default ((t (:inherit nil :stipple nil :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 80 :width normal :foundry "unknown" :family "DejaVu Sans Mono"))))
|
||||||
(put 'narrow-to-region 'disabled nil)
|
'(font-lock-function-name-face ((t (:foreground "LightSkyBlue" :weight bold))))
|
||||||
|
'(font-lock-type-face ((t (:foreground "PaleGreen" :weight bold)))))
|
||||||
|
|
Loading…
Reference in a new issue