dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 0701fc77c72f4ba37896b2ff59954c595b14d5f7
parent 34c8f2386ac732965660725c096751eaaa8f3985
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat, 10 Jul 2021 11:22:11 +0200

emacs: disable line numbers for some MPC modes

Diffstat:
Memacs/config.org | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -235,7 +235,7 @@ And I'm not gonna be a heretic and open Vim inside of Emacs. activates (which triggers the 'mode'-hook). #+begin_src emacs-lisp - (let ((mode-hooks '(doc-view-mode-hook vterm-mode-hook))) + (let ((mode-hooks '(doc-view-mode-hook vterm-mode-hook mpc-status-mode-hook mpc-tagbrowser-mode-hook))) (mapc (lambda (mode-name) (add-hook mode-name (lambda () (display-line-numbers-mode 0)))) @@ -491,7 +491,6 @@ macOS doesn't have dbus. So I use terminal-notifier for functions like org-notif "-sender" "org.gnu.Emacs")))) #+end_src - * Notmuch Define some saved searches (i.e. mailboxes):