Showing posts with label Emacs. Show all posts
Showing posts with label Emacs. Show all posts
Saturday, December 3, 2011
Tuesday, March 15, 2011
Sunday, December 12, 2010
Quack - adding to Emacs
Get
http://www.neilvandyke.org/quack/quack.el
and save it into a new directory called
/usr/share/emacs/site-lisp/quack/
Add these lines to .emacs:
Quack should load when Emacs starts.
http://www.neilvandyke.org/quack/quack.el
and save it into a new directory called
/usr/share/emacs/site-lisp/quack/
Add these lines to .emacs:
(setq load-path
(append (list nil "/usr/share/emacs/site-lisp/quack")
load-path))
(require 'quack)
Quack should load when Emacs starts.
Sunday, November 14, 2010
Subscribe to:
Posts (Atom)