Collin Doering
0b231dbbcc
.Xdefaults: * added a key/val pair to set emacs font to terminus 12 point * did some rearranging.. .zshrc: (same as .bashrc) .bashrc: * added a alias to transmission-remote as it is now my primary torrent client * added ~/.cabal/bin to #PATH .conkerorrc: * set default homepage to duckduckgo .emacs: * set emacs font to terminus 12 point in the pursuit of a consistent UI * disabled pretty lambdas; neeeds to be re-enabled seeing as the issue noted in emacs24 was unrelated and solved by setting the font (both in ~/.emacs and ~/.Xdefaults. Though pretty lambdas can only be used for lisp-like languages. * added clojure-mode-hook to the list of mode-hooks called 'code-modes' * noticed paredit's binding C-j interfered with eval-print-last-sexp in the scratch buffer. To rectify this added a global binding. Need to make this a local binding *TODO* * set eshell-visual-commands to a list of commands for eshell to execute in a ansi term * created a eshell/ff function for looking up files using eshell's build in globbing. Issue is that it does not take into consideration relative paths *TODO* .screenrc: changed default binding prefix C-a to C-t .xmobarrc: added modules Weather, Uptime and Swap .xmonad/xmonad.hs: * added the WindowBringer module * made dmenu fit more naturally into the UI theme * added toggle dullscreen support (Mod+Control+Space) Signed-off-by: Collin Doering <rekahsoft@gmail.com> |
||
---|---|---|
.. | ||
xmonad.hs |