Remove what-minor-modes (helm handles this now)
This commit is contained in:
parent
114afeb568
commit
e2ae41046d
1 changed files with 0 additions and 13 deletions
|
@ -28,19 +28,6 @@
|
|||
(interactive)
|
||||
(message "Mode: %s" major-mode))
|
||||
|
||||
;;;###autoload
|
||||
(defun what-minor-modes ()
|
||||
(interactive)
|
||||
(let ((buf (get-buffer-create "*minor-modes*")))
|
||||
(with-current-buffer buf
|
||||
(insert "Active minor modes:\n + ")
|
||||
(insert (s-join "\n + " (-filter
|
||||
(lambda (k) (and k (not (string= k ""))))
|
||||
(mapcar (lambda (mm) (symbol-name (car mm)))
|
||||
minor-mode-alist)))))
|
||||
(narf/popup-buffer buf)))
|
||||
|
||||
|
||||
;;;###autoload (autoload 'narf:echo "defuns-debug" nil t)
|
||||
(evil-define-command narf:echo (bang message)
|
||||
"Display MSG in echo-area without logging it in *Messages* buffer."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue