From 0a2a2da894c5867e66f781f3cdb82f9ba0ade89c Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 21 Oct 2021 04:34:52 +0100 Subject: nits --- attic/misc.org | 13 +++++++++++++ init.org | 23 +---------------------- lib/eos/jao-minibuffer.el | 4 ++-- notmuch.org | 2 +- 4 files changed, 17 insertions(+), 25 deletions(-) diff --git a/attic/misc.org b/attic/misc.org index c93b458..b468c7b 100644 --- a/attic/misc.org +++ b/attic/misc.org @@ -1,5 +1,18 @@ #+title: Miscellaneous config bits that i don't use anymore +* outlines + #+begin_src emacs-lisp + + (use-package bicycle + :ensure t + :after outline + :bind (:map outline-minor-mode-map + ("C-" . bicycle-cycle) + ("S-" . bicycle-cycle-global)) + :diminish ((hs-minor-mode . "") + (outline-minor-mode . ""))) + + #+end_src * elixir *** packages #+begin_src emacs-lisp diff --git a/init.org b/init.org index 63b6f36..7354d9e 100644 --- a/init.org +++ b/init.org @@ -2131,32 +2131,11 @@ :init (add-hook 'prog-mode-hook #'smartscan-mode) :diminish) #+end_src -*** Outlines - #+begin_src emacs-lisp - ;; (use-package outline - ;; :config - ;; (defun jao-outline-setup () (hide-sublevels 1)) - ;; (add-hook 'outline-minor-mode-hook #'jao-outline-setup)) - - (use-package bicycle - :ensure t - :after outline - :bind (:map outline-minor-mode-map - ("C-" . bicycle-cycle) - ("S-" . bicycle-cycle-global)) - :diminish ((hs-minor-mode . "") - (outline-minor-mode . ""))) - - (use-package prog-mode - :config - (add-hook 'prog-mode-hook 'outline-minor-mode) - (add-hook 'prog-mode-hook 'hs-minor-mode)) - - #+end_src *** Paredit and parens #+begin_src emacs-lisp (require 'paren) (show-paren-mode t) + (setq show-paren-context-when-offscreen t) (use-package paredit :ensure t diff --git a/lib/eos/jao-minibuffer.el b/lib/eos/jao-minibuffer.el index 42f750a..55de1b9 100644 --- a/lib/eos/jao-minibuffer.el +++ b/lib/eos/jao-minibuffer.el @@ -33,8 +33,8 @@ (defvar jao-minibuffer-frame-width nil) (defvar jao-minibuffer-notification-timeout 5) (defvar jao-minibuffer-enabled-p t) -(defvar jao-minibuffer-active-buffer-line-color "lightsteelblue3") ;; "lightcyan3" -(defvar jao-minibuffer-inactive-buffer-line-color "grey80") +(defvar jao-minibuffer-active-buffer-line-color "azure4") +(defvar jao-minibuffer-inactive-buffer-line-color "grey25") (defconst jao-minibuffer--name " *Minibuf-0*") diff --git a/notmuch.org b/notmuch.org index 08791f7..3885f02 100644 --- a/notmuch.org +++ b/notmuch.org @@ -13,7 +13,7 @@ (:name "S" :query "tag:new and tag:bigml and tag:support") (:name "W" :query "tag:new and tag:bigml" :face jao-themes-dimm) (:name "H" :query "tag:new and tag:jao and tag:hacking") - (:name "T" :query "tag:new and tag:jao and tag:think") + (:name "T" :query "tag:new and tag:jao and tag:think" :face jao-themes-dimm) (:name "E" :query "tag:new and tag:\"/emacs/\"" :face jao-themes-dimm) (:name "l" :query "tag:new and tag:local" :face jao-themes-dimm) (:name "J" :query -- cgit v1.2.3