commit f78bfc6867b12f749a4be74a25d83a9045e78713
parent c0153c1ff7b24b9c88bc55955993c705defefb2c
Author: Hugo Soucy <hsoucy@kronostechnologies.com>
Date: Mon, 21 Jan 2019 09:15:11 -0500
Add a keybinding for org-mode timestamp
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/partials/key-bindings.el b/partials/key-bindings.el
@@ -60,6 +60,9 @@
(global-set-key (kbd "S-<f3>") 'highlight-symbol-prev)
(global-set-key (kbd "M-<f3>") 'highlight-symbol-query-replace)
+;; Org-Mode
+(global-set-key (kbd "C-c C-;") 'org-time-stamp-inactive)
+
;; On Mac OS X disable the right ALT key modification
(if (eq system-type 'darwin)
(setq ns-right-alternate-modifier nil)