summaryrefslogtreecommitdiffstats
path: root/.emacs.d/etc/custom.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-09 23:59:40 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-09 23:59:40 -0400
commit970aa92ead84ce3bc7039a098c0a8f84fb0deb58 (patch)
treebeb0a4d2daabd0b31840f17c5df5ea9f55ccb95e /.emacs.d/etc/custom.el
parentadaf94002bf2fd34574e1ca53f2c41393f356f59 (diff)
downloadconfigs-970aa92ead84ce3bc7039a098c0a8f84fb0deb58.tar.gz
configs-970aa92ead84ce3bc7039a098c0a8f84fb0deb58.tar.xz
configs-970aa92ead84ce3bc7039a098c0a8f84fb0deb58.zip
emacs: use ivy’s virtual buffers
Diffstat (limited to '.emacs.d/etc/custom.el')
-rw-r--r--.emacs.d/etc/custom.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/.emacs.d/etc/custom.el b/.emacs.d/etc/custom.el
index 7bf75f0..34cc306 100644
--- a/.emacs.d/etc/custom.el
+++ b/.emacs.d/etc/custom.el
@@ -21,7 +21,7 @@
" " filename-and-process)
(mark " "
(name 16 -1)
- " " filename)))
+ " " filename)) t)
'(ibuffer-saved-filter-groups
'(("default"
("dired"
@@ -65,7 +65,7 @@
(name . "^\\*scratch\\*$")
(name . "^\\*Messages\\*$")))
("erc"
- (mode . erc-mode)))))
+ (mode . erc-mode)))) t)
'(ls-lisp-dirs-first t t)
'(org-agenda-files
'("~/usr/org/todos/personal.org" "~/usr/org/todos/masters.org"))
@@ -88,6 +88,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(dired-directory ((t (:weight semi-bold))))
+ '(ivy-virtual ((t (:inherit font-lock-builtin-face :foreground "dim gray"))))
'(magit-diff-file-heading ((t (:weight normal))))
'(quote (org-block-begin-line ((t (:foreground "#5a5b5a" :background "#1d1f21")))))
'(widget-button ((t (:weight semi-bold)))))