Add operate-on-number

This commit is contained in:
David Morgan 2021-08-18 15:06:49 +01:00
parent 200376d3af
commit f4fe41adfe
1 changed files with 4 additions and 0 deletions

View File

@ -209,5 +209,9 @@ and file 'filename' will be opened and cursor set on line 'linenumber'"
;; (add-to-list 'auto-mode-alist '("\\.adoc\\'" . adoc-mode))
;; (add-to-list 'auto-mode-alist '("\\.asciidoc\\'" . adoc-mode)))
(use-package operate-on-number
:bind
("C-c ." . operate-on-number-at-point))
(provide 'init-editor)
;;; init-editor.el ends here