Add new comment
Emacs Notes
Interesting Shortcuts
C-x C-x- as a side effect, this activates the region.C-h l- view-lossage. This splits your window in two and shows you what keys you have pressed.C-x {- shrink-window-horizontallyC-x }- enlarge-window-horizontallyC-s M-y- search for the marked text
.emacs settings
- Saving bookmarks -
(setq bookmark-save-flag 1) - Showing matching parentheses in GNU Emacs -
(setq show-paren-mode t)or(setq show-paren-style 'parenthesis) - Showing parentheses when writing the closing parenthesis -
(setq blink-matchin-paren t) - Use a visible bell -
(setq visible-bell t)
Technology:
Bookmark/Search this post with
Xing
Facebook
Google
identi.ca
LinkedIn
Twitter