summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-27 14:12:46 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-27 14:12:52 -0700
commitebc2f9d93b16b06723a08214301073b02be2c5ad (patch)
treeede8ca30a92cb038407bff0927e0f3e8050b1ca4 /.emacs.d
parent91d2e2f4eb675993ac609511b162b3ee7dd617a7 (diff)
downloaddotfiles-ebc2f9d93b16b06723a08214301073b02be2c5ad.tar.gz
set calc-kill-line-numbering
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 4d61b12b..033eac40 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -132,6 +132,7 @@ windows side-by-side in the frame."
'(blink-cursor-mode nil)
'(bongo-mode-line-indicator-mode nil)
'(c-default-style "linux")
+ '(calc-kill-line-numbering nil)
'(calendar-date-display-form
'((format "%s-%.2d-%.2d %.3s" year
(string-to-number month)