editor/evil: update evil-collection-mode-list
This commit is contained in:
parent
b45cc335db
commit
90b59d00df
1 changed files with 8 additions and 6 deletions
|
@ -52,7 +52,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
;; (with-current-buffer
|
;; (with-current-buffer
|
||||||
;; (url-retrieve-synchronously "https://raw.githubusercontent.com/emacs-evil/evil-collection/master/evil-collection.el" t t)
|
;; (url-retrieve-synchronously "https://raw.githubusercontent.com/emacs-evil/evil-collection/master/evil-collection.el" t t)
|
||||||
;; (goto-char (point-min))
|
;; (goto-char (point-min))
|
||||||
;; (when (re-search-forward "^(defcustom evil-collection-mode-list\n[^(]+")
|
;; (when (re-search-forward "^(defvar evil-collection--supported-modes\n[^(]+")
|
||||||
;; (let ((list (sexp-at-point)))
|
;; (let ((list (sexp-at-point)))
|
||||||
;; ;; Fixes
|
;; ;; Fixes
|
||||||
;; (when (assq 'pdf list)
|
;; (when (assq 'pdf list)
|
||||||
|
@ -64,6 +64,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
ag
|
ag
|
||||||
alchemist
|
alchemist
|
||||||
anaconda-mode
|
anaconda-mode
|
||||||
|
apropos
|
||||||
arc-mode
|
arc-mode
|
||||||
bookmark
|
bookmark
|
||||||
(buff-menu "buff-menu")
|
(buff-menu "buff-menu")
|
||||||
|
@ -74,7 +75,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
comint
|
comint
|
||||||
company
|
company
|
||||||
compile
|
compile
|
||||||
custom
|
(custom cus-edit)
|
||||||
cus-theme
|
cus-theme
|
||||||
daemons
|
daemons
|
||||||
deadgrep
|
deadgrep
|
||||||
|
@ -84,6 +85,7 @@ variable for an explanation of the defaults (in comments). See
|
||||||
dired
|
dired
|
||||||
disk-usage
|
disk-usage
|
||||||
doc-view
|
doc-view
|
||||||
|
docker
|
||||||
ebib
|
ebib
|
||||||
edbi
|
edbi
|
||||||
edebug
|
edebug
|
||||||
|
@ -134,15 +136,14 @@ variable for an explanation of the defaults (in comments). See
|
||||||
man
|
man
|
||||||
magit
|
magit
|
||||||
magit-todos
|
magit-todos
|
||||||
,@(when evil-collection-setup-minibuffer '(minibuffer))
|
,@(if evil-collection-setup-minibuffer '(minibuffer))
|
||||||
monky
|
monky
|
||||||
mu4e
|
mu4e
|
||||||
mu4e-conversation
|
mu4e-conversation
|
||||||
neotree
|
neotree
|
||||||
notmuch
|
notmuch
|
||||||
nov
|
nov
|
||||||
;; occur is in replace.el which was built-in before Emacs 26.
|
(occur replace)
|
||||||
(occur ,(if (<= emacs-major-version 25) "replace" 'replace))
|
|
||||||
omnisharp
|
omnisharp
|
||||||
outline
|
outline
|
||||||
p4
|
p4
|
||||||
|
@ -162,11 +163,12 @@ variable for an explanation of the defaults (in comments). See
|
||||||
restclient
|
restclient
|
||||||
rjsx-mode
|
rjsx-mode
|
||||||
robe
|
robe
|
||||||
ruby-mode
|
|
||||||
rtags
|
rtags
|
||||||
|
ruby-mode
|
||||||
simple
|
simple
|
||||||
slime
|
slime
|
||||||
sly
|
sly
|
||||||
|
tablist
|
||||||
(term term ansi-term multi-term)
|
(term term ansi-term multi-term)
|
||||||
tetris
|
tetris
|
||||||
tide
|
tide
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue