Skip to content

Instantly share code, notes, and snippets.

@aodock
aodock / .emacs
Created October 5, 2016 13:04
emacs conficuration file
(setq frame-title-format "emacs")
(menu-bar-mode -1)
(scroll-bar-mode -1)
(ido-mode)
(show-paren-mode)
(global-hl-line-mode)
(winner-mode t)
(windmove-default-keybindings)