summaryrefslogtreecommitdiff
path: root/emacs/inits/70-global-keybinds.el
diff options
context:
space:
mode:
authortslil clingman <>2020-04-24 14:51:42 -0700
committertslil clingman <>2020-04-24 14:51:42 -0700
commit18bb5178ea2d2d1f2f0e788ab33bfbdf59376837 (patch)
tree89e597d08d0a1d656a1a5f4772c7e138fb36a0e9 /emacs/inits/70-global-keybinds.el
parent6ba333c21a29be757a5f7735ae8bcde153346e60 (diff)
EXWM workspace fixes & tray, Verilog, still not good input method
Diffstat (limited to 'emacs/inits/70-global-keybinds.el')
-rw-r--r--emacs/inits/70-global-keybinds.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/emacs/inits/70-global-keybinds.el b/emacs/inits/70-global-keybinds.el
index 4e3d6f4..c86419a 100644
--- a/emacs/inits/70-global-keybinds.el
+++ b/emacs/inits/70-global-keybinds.el
@@ -1,8 +1,8 @@
-;; Time-stamp: <2020-02-08 22:08:09 (tslil@bison)>
+;; Time-stamp: <2020-04-24 14:34:02 (tslil@bison)>
(setq time-stamp-active t
time-stamp-line-limit 3
- time-stamp-format "%04y-%02m-%02d %02H:%02M:%02S (%u@%s)")
+ time-stamp-format "%Y-%02m-%02d %02H:%02M:%02S (%u@%s)")
(add-hook 'before-save-hook #'time-stamp)
@@ -36,3 +36,5 @@
(global-set-key (kbd "M-i") 'indent-region)
(global-set-key (kbd "C-v") 'delete-indentation)
+
+(global-set-key (kbd "C-c C-k") 'kill-whole-line)