summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-05-12 13:45:13 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-05-12 13:45:29 -0700
commitb7389e87f61e90cf9ace59fd79184fbfae4f220b (patch)
tree2d22127e3503bd49388ab6487e739353efa9856b /.emacs.d
parente2b635cdb1a7ea738e391f8ce81a9ee39222a51b (diff)
downloaddotfiles-b7389e87f61e90cf9ace59fd79184fbfae4f220b.tar.gz
drop old calc setting now we have calc-kill-line-numbering
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c683db68..e5b676f2 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1136,10 +1136,6 @@ don't consider windows satisfying the predicate EXCLUDE."
(setq browse-url-generic-program "xdg-open"
browse-url-browser-function #'browse-url-generic))
-;; disable line numbering primarily so that killing and copying stack
-;; entries puts the number alone in the kill-ring
-;; (setq calc-line-numbering nil)
-
(global-set-key "\C-cgm" #'man) ; might use C-h C-m
(global-set-key "\C-cgp" #'cperl-perldoc)
(global-set-key "\C-cgk" #'save-buffers-kill-emacs)