diff options
| author | Christian Cunningham <cc@local.lan> | 2024-06-01 18:24:34 -0700 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2024-06-01 18:24:34 -0700 |
| commit | 3c4ebeecb33446f8822840554edff2c565d64c6b (patch) | |
| tree | 0dbb86dac45755ac7e37c717976dd5975d97a92d /elchemy-personal.el | |
| parent | 3f366446d249d3cd407023e932085fb875087d82 (diff) | |
Style Changes
1. Make the title large
2. Make the document info tags hidden
3. Distinguish the minibuffer by a darker background
Diffstat (limited to 'elchemy-personal.el')
| -rw-r--r-- | elchemy-personal.el | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/elchemy-personal.el b/elchemy-personal.el index 2eb865a..02d0bdc 100644 --- a/elchemy-personal.el +++ b/elchemy-personal.el @@ -71,6 +71,11 @@ (add-to-list 'org-agenda-files "/ssh:onid:todo.org") (add-to-list 'org-capture-templates '("o" "OSU Todo" entry (file+headline "/ssh:onid:todo.org" "Imported") - "* TODO %?\n %i\n %a\n")) + "* TODO %?\n %i\n %a\n")) + +(add-hook 'minibuffer-setup-hook + (lambda () + (make-local-variable 'face-remapping-alist) + (add-to-list 'face-remapping-alist '(default (:background "gray90"))))) (provide 'elchemy-personal) |
