diff options
author | Franck Cuny <franck@fcuny.net> | 2022-01-29 13:09:13 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-01-29 13:09:13 -0800 |
commit | 1c10eba240e26f007a22aa2651fe523ee236f048 (patch) | |
tree | 6e2bc8e249b44ca797cce93acaca53c328923d13 /emacs/custom | |
parent | emacs: a more visible cursor (diff) | |
download | emacs.d-1c10eba240e26f007a22aa2651fe523ee236f048.tar.gz |
emacs: clean up UI
Remove unused code.
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index 8303dfe..61d3348 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -22,36 +22,6 @@ (use-package diminish :ensure t) -;; (use-package modus-themes -;; :init -;; (setq modus-themes-italic-constructs t -;; modus-themes-bold-constructs t -;; modus-themes-lang-checkers '(text-also background) -;; modus-themes-mode-line '(3d intense) -;; modus-themes-diffs '(desaturated) -;; modus-themes-fringes nil -;; modus-themes-paren-match '(intense) -;; modus-themes-syntax '(yellow-comments green-strings) -;; modus-themes-hl-line '(accented intense) -;; modus-themes-prompts '(italic) -;; modus-themes-region '(bg-only no-extend) -;; modus-themes-org-blocks '(tinted-background) -;; modus-themes-org-agenda '((event . (accented italic)) -;; (scheduled . uniform)) -;; modus-themes-headings '((1 . (background)) -;; (2 . (rainbow)) -;; (3 . (rainbow no-bold))) -;; modus-themes-variable-pitch-ui nil -;; modus-themes-variable-pitch-headings nil -;; modus-themes-scale-headings nil) - -;; ;; Load the theme files before enabling a theme (else you get an error). -;; (modus-themes-load-themes) -;; :config -;; (setq modus-themes-operandi-color-overrides -;; '((bg-main . "#fffff8"))) -;; (modus-themes-load-operandi)) - (use-package frame :config (blink-cursor-mode -1) @@ -124,14 +94,6 @@ (setq mode-line-default-help-echo nil show-help-function nil) -;; (use-package hl-line -;; :hook ((prog-mode text-mode conf-mode special-mode) . hl-line-mode) -;; :custom -;; ;; Not having to render the hl-line overlay in multiple buffers offers a tiny -;; ;; performance boost. I also don't need to see it in other buffers. -;; (hl-line-sticky-flag nil) -;; (global-hl-line-sticky-flag nil)) - (use-package uniquify :defer 5 :config |