General code cleanup
This commit is contained in:
parent
d655fc853f
commit
41e4cc919e
4 changed files with 11 additions and 11 deletions
|
@ -7,5 +7,11 @@
|
|||
(narf|nlinum-disable)
|
||||
(narf|nlinum-enable)))
|
||||
|
||||
;;;###autoload
|
||||
(defun narf|nlinum-disable ()
|
||||
(nlinum-mode -1)
|
||||
(remove-hook 'post-command-hook 'narf|nlinum-hl-line)
|
||||
(narf|nlinum-unhl-line))
|
||||
|
||||
(provide 'defuns-nlinum)
|
||||
;;; defuns-nlinum.el ends here
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
;;;###autoload (autoload 'narf:workgroup-new "defuns-workgroup" nil t)
|
||||
(evil-define-command narf:workgroup-new (bang name &optional silent)
|
||||
"Create a new workgroup. If BANG, clone the current one to it."
|
||||
"Create a new workgroup. If BANG, overwrite any workgroup named NAME."
|
||||
(interactive "<!><a>")
|
||||
(unless name
|
||||
(setq name (format "#%s" (1+ (length (wg-workgroup-list))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue