mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
added slight more details to insert-hash and M-3 keybinding
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
;;
|
||||
|
||||
(defun insert-hash()
|
||||
"Inserts a hash into the buffer"
|
||||
"Inserts a hash into the buffer. Useful for UK keyboard layout users."
|
||||
(interactive)
|
||||
(insert "#"))
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@
|
||||
(define-key global-map (kbd "C-c r") 'org-remember)
|
||||
(define-key global-map (kbd "C-M-r") 'org-remember)
|
||||
|
||||
;; Allow hash to be entered
|
||||
;; Allow hash to be entered on UK keyboards
|
||||
(global-set-key (kbd "M-3") 'insert-hash)
|
||||
|
||||
;; ElScreen related shortcuts
|
||||
|
||||
Reference in New Issue
Block a user