Great clouds overhead
Tiny black birds rise and fall
Snow covers Emacs
– AlexSchroeder
Everything should be made as simple as possible, but not any simpler – Albert Einstein
Some example from a text file. Maybe fore ...
A short line of examples
A short line of examples
(defun org-xor (a b)
"Exclusive or."
(if a (not b) b))
;;-----------------------------------------------------------
;; $Id: sx-ini.el,v 1.2 2009/12/14 17:13:11 xs32 Exp $
;;-----------------------------------------------------------
;;-----------------------------------------------------------
;; Initial Settings
;;-----------------------------------------------------------
;;-----------------------------------------------------------
;; Link this file to ~/.emacs.d/init.el or ~/.emacs
;; -------------------------------------------------------
(add-to-list 'load-path "~/.pri/emacs")
(load "sx-set")
(load "sx-fun")
(load "sx-key")
;;-----------------------------------------------------------
;; Local Package
;;-----------------------------------------------------------
(if (string-match "dolphin.xshi.org" system-name)
(load "sx-dolphin"))
(if (string-match "lns.cornell.edu" system-name)
(load "sx-lepp"))
(if (string-match "WHOLPHIN" system-name)
(load "sx-wholphin"))
(if (string-match "cern.ch" system-name)
(load "sx-cern"))
bold, italic, underlined, code and verbatim, and, if you must, strike-through