Installing Themes on Emacs (nox)
Piece of cake, at least, on my experience...
Emacs 23:
(Tested on "GNU Emacs 23.4.1" (nox) - Ubuntu 14.04.5 LTS and on "GNU Emacs 23.3.1" - Ubuntu 12.04.5 LTS)
Get the theme file and copy/ upload it to the box, and then add this to your ~/.emacs file:
(load-file "~/emacs/lisp/zenburn-theme.el")
Pointing -obviously- to the theme file.
Start Emacs, enjoy.
Emacs 24:
(Tested on "GNU Emacs 24.5.1" (nox) - Ubuntu 16.04.1 LTS)
Get the theme file and copy/ upload it to the box, and then add this to your ~/.emacs file:
(setq load-path (cons "~/emacs/lisp/" load-path))
(require 'labburn-theme)
I've placed the *-theme.el file on the directory listed above.
Emacs 23:
(Tested on "GNU Emacs 23.4.1" (nox) - Ubuntu 14.04.5 LTS and on "GNU Emacs 23.3.1" - Ubuntu 12.04.5 LTS)
Get the theme file and copy/ upload it to the box, and then add this to your ~/.emacs file:
(load-file "~/emacs/lisp/zenburn-theme.el")
Pointing -obviously- to the theme file.
Start Emacs, enjoy.
Emacs 24:
(Tested on "GNU Emacs 24.5.1" (nox) - Ubuntu 16.04.1 LTS)
Get the theme file and copy/ upload it to the box, and then add this to your ~/.emacs file:
(setq load-path (cons "~/emacs/lisp/" load-path))
(require 'labburn-theme)
I've placed the *-theme.el file on the directory listed above.
Labels: Emacs, IT slaves, Linux, Trusty Tahr, Ubuntu, Xenial Xerus
0 Comments:
Post a Comment
<< Home