Browse Source

Update magit in ibuffer...still not working totally right.

master
Taylor Bockman 2 years ago
parent
commit
0f4916cfc9
  1. 2
      elisp/ibuffer-settings.el

2
elisp/modes/ibuffer-settings.el → elisp/ibuffer-settings.el

@ -15,7 +15,7 @@
("lisp" (or (mode . lisp-mode) ("lisp" (or (mode . lisp-mode)
(mode . emacs-lisp-mode))) (mode . emacs-lisp-mode)))
("python" (mode . python-mode)) ("python" (mode . python-mode))
("git" (mode . magit-mode)) ("git" (name . "^\\*magit\\*$"))
("erc" (mode . erc-mode)) ("erc" (mode . erc-mode))
("planner" (or ("planner" (or
(name . "^\\*Calendar\\*$") (name . "^\\*Calendar\\*$")
Loading…
Cancel
Save