Skip to content

Instantly share code, notes, and snippets.

@fadeev
Created July 12, 2013 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fadeev/5983995 to your computer and use it in GitHub Desktop.
Save fadeev/5983995 to your computer and use it in GitHub Desktop.
(setq backup-directory-alist '(("." . "~/.emacs.d/backups/"))
backup-by-copying 1
auto-save-default 0
inhibit-splash-screen 1
ring-bell-function 'ignore
coding-system-for-write 'utf-8
coding-system-for-read 'utf-8
inferior-lisp-program "/usr/local/bin/sbcl --noinform")
(set-language-environment "Russian")
(setq org-todo-keywords '((sequence "TODO" "|" "DONE" "CANCELED"))
org-todo-keyword-faces '(("CANCELED" . shadow)))
(add-to-list 'exec-path "/usr/local/bin/")
(cond ((and window-system) (tool-bar-mode 0) (scroll-bar-mode 0) (fringe-mode 0))
((not window-system) (menu-bar-mode 0)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment