VirtualTam's bookmarks
220 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
-
Radium - The music editor
2017-01-16 -
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 -
Audacity themes
2016-08-30 To enable theming, append the following section to ~/.audacity-data/audacity.cfg
[Theme] LoadAtStart=1
This will load any theme resource located under ~/.audacity-data/Theme/ImageCache.png
Some themes:
-
Ed, man! !man ed
2016-08-18 ED(1) Unix Programmer's Manual ED(1)
NAME ed - text editor
SYNOPSIS ed [ - ] [ -x ] [ name ] DESCRIPTION Ed is the standard text editor.
-
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… """