VirtualTam's bookmarks
56 bookmarks found
-
GNU Emacs Manual: Cursor Display
2017-02-20 Highlight current line: M-x hl-line-mode
-
M-x package-list-packages U x
-
EmacsWiki: Face
2016-12-12 Face at point: C-u C-x =
-
And more generally, "emacs as a <language> IDE":
- code completion
- snippet / templates
- project view
- syntax checking
- test harness utilities
See also:
-
Emacs org-mode examples and cookbook
2016-11-21 -
EmacsWiki: ERC
2016-08-13 -
EmacsWiki: Gnus Resources
2016-08-09 - https://www.emacswiki.org/emacs/GnusTutorial
- https://www.emacswiki.org/emacs/GettingMail
- https://www.emacswiki.org/emacs/SendingMail
- https://www.emacswiki.org/emacs/GnusAuthinfo
- https://www.emacswiki.org/emacs/GnusPers
- https://www.emacswiki.org/emacs/GnusSpelling
- https://www.emacswiki.org/emacs/CategoryBbdb
- https://www.emacswiki.org/emacs/BbdbExportImportSync
-
Literate DevOps
2016-03-29 """ Instead of opening up a terminal to my virtual machine, I pop into Emacs and load this sprint’s /note file/1, create a new header, and enter the shell and ruby commands in this text file.
What good is this? Unlike a traditional terminal, this allows me to log, document and execute each command.
As an old bear with very little brains, my prose can explain the background and purpose of each command. Clicking the hyperlink refreshes my memory of previous discoveries. A keychord executes the code block… """
-
Introduction to Literate Programming
2016-03-29 "Instead of imagining that our main task is to instruct a computer what to do, let us concentrate rather on explaining to human beings what we want a computer to do."
- Donald Knuth
-
EmacsWiki: Wind Move
2015-12-02 (global-set-key (kbd "C-c <left>") 'windmove-left) (global-set-key (kbd "C-c <right>") 'windmove-right) (global-set-key (kbd "C-c <up>") 'windmove-up) (global-set-key (kbd "C-c <down>") 'windmove-down)
-
-
Magit User Manual
2015-03-21 -
emacs-snapshot Ubuntu PPA
2015-03-13 ;; emacs-snapshot PPA hack
(when (>= emacs-major-version 25) (defconst debian-emacs-flavor 'emacs25)) -
Emacs Key Sequences (kbd)
2015-03-10 kbd converts a human-readable chord to a key sequence