From 18bb5178ea2d2d1f2f0e788ab33bfbdf59376837 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Fri, 24 Apr 2020 14:51:42 -0700 Subject: EXWM workspace fixes & tray, Verilog, still not good input method --- emacs/inits/70-global-keybinds.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacs/inits/70-global-keybinds.el') 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) -- cgit v1.2.3