VirtualTam's bookmarks

  1. Highlight current line: M-x hl-line-mode

  2. M-x package-list-packages U x

  3. EmacsWiki: Face 2016-12-12

    Face at point: C-u C-x =

  4. And more generally, "emacs as a <language> IDE":

    • code completion
    • snippet / templates
    • project view
    • syntax checking
    • test harness utilities

    See also:

  5. 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:

  6. 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.

  7. 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… """