added slight more details to insert-hash and M-3 keybinding

This commit is contained in:
2012-01-09 11:52:07 +00:00
parent eddda43759
commit 9c4b8236c5
2 changed files with 2 additions and 2 deletions

View File

@@ -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 "#"))

View File

@@ -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