|
|
@ -36,7 +36,6 @@ |
|
|
|
|
|
|
|
|
;;; Code: |
|
|
;;; Code: |
|
|
|
|
|
|
|
|
(require 'thingatpt) |
|
|
|
|
|
(require 'cl-lib) |
|
|
(require 'cl-lib) |
|
|
|
|
|
|
|
|
(defun prelude-buffer-mode (buffer-or-name) |
|
|
(defun prelude-buffer-mode (buffer-or-name) |
|
|
@ -94,7 +93,7 @@ PROMPT sets the `read-string prompt." |
|
|
"Press <C-Backspace> to kill a line backwards." |
|
|
"Press <C-Backspace> to kill a line backwards." |
|
|
"Press <C-S-Backspace> or <s-k> to kill the whole line." |
|
|
"Press <C-S-Backspace> or <s-k> to kill the whole line." |
|
|
"Press <s-j> or <C-^> to join lines." |
|
|
"Press <s-j> or <C-^> to join lines." |
|
|
"Press <s-.> or <C-c j> to jump to the start of a word in any visible window." |
|
|
|
|
|
|
|
|
"Press <s-.> or <C-c v> to jump to the start of a word in any visible window." |
|
|
"Press <f12> to toggle the menu bar." |
|
|
"Press <f12> to toggle the menu bar." |
|
|
"Explore the Tools->Prelude menu to find out about some of Prelude extensions to Emacs." |
|
|
"Explore the Tools->Prelude menu to find out about some of Prelude extensions to Emacs." |
|
|
"Access the official Emacs manual by pressing <C-h r>.")) |
|
|
"Access the official Emacs manual by pressing <C-h r>.")) |
|
|
|