.conkerorrc:
* changed pdf application to zathura
* added a bunch of webjumps (see source)
* made duckduckgo default search engine
.emacs:
* switched to emacs24 from bzr
* enabled flyspell-mode
* depreciated emacs-color-theme (use built-in theming in emacs24)
* added magit init code with the intent of playing with magit someday instead of using cl
* setup auto-complete extension
* added keybinding C-x 4 s which opens up a elisp scratch buffer
* added keybinding C-x 4 e which opens up a eshell buffer
* added a eshell clear function
* added .conkerorrc, .xmobarrc, .screenrc, and .stumpwmrc to auto-mode-alist
.xbindkeysrc:
* modified all audio controls to utilize cmus-remote instead of mpc
.xinitrc:
* using nouveau instead of nvidia driver so naturually switched from twinview to xrandr
* disabled pulseaudio from starting because it is automatically started by settings in /etc/pulse/client.conf
* modified trayers parameters due to the new xrandr setup
.xmobarrc:
* added foreword comments
* removed volume script from bar (only supported alsa)
.xmonad/xmonad.hs:
* added emacs scratchpad (keybinding Mod-Control-Escape)
* added mc scratchpad (keybinding Mod-Control-3)
* added transmission scratchpad (replacing deluge) with keybinding Mod-Control-4
* imported XMonad.Layout.ToggleLayouts in hopes to find a nice fullscreen solution;
disabled (but not uncommented) keybinding Mod-Control-Space. *TODO*
Signed-off-by: Collin Doering <rekahsoft@gmail.com>
.conkerorrc:
added password management system implemented by XUL Runner (still needs to be tested)
.emacs:
added use of new extension "pastebin.el" (not available from arch repos & AUR)
added elisp template for automatic insertion on new files that end in '.el'
added the function 'open-scratch-buffer' which either switches to the current scratch buffer
or if one doesn't exist creates one, inserts the normal scratch message at the top and enables lisp-interaction-mode
added the new function 'toggle-window-split' curtiousy of http://www.emacswiki.org which toggles the orientation of window
splitting between two adjacent windows (either horizontal and verticle)
bound the function 'toggle-window-split' to "C-x 4 t"
stop the annoying startup screen from being displayed
.ncmpcpp/config:
new file added to config used to control ncmpcpp's settings
.xmonad/xmonad.hs:
simply fixed a formatting error not relating to syntax..removed empty space at the end of a line
Signed-off-by: Collin Doering <rekahsoft@gmail.com>
Cleaned up comments in .bashrc and .zshrc
Added file .ghci for use of ghci; all it does currently is change the prompt
MC automatic made changes to .mc/ini
Re-added .pentadactylrc..for some reason i removed it..i still use firefox + pentadactyl as my backup browser (second to conkeror)
Added quiet a few new features to .stumpwmrc including:
* use of swank (so i can connect to the stumpwm lisp process using slime (M-x slime-connect) port 5005
* some nice keybindings to make life easier..
Changed the border width used by xmonad as well as added the use of GridView (.xmonad/xmonad.hs)
Signed-off-by: Collin Doering <rekahsoft@gmail.com>
* conkeror configuration fil (long past due)
* a lisp template to autoinsert in .emacs for .lisp files
* a ratpoison wm config file
* a not-really-started stumpwm config
* vim config file for those odd times out of emacs :S
Signed-off-by: Collin Doering <rekahsoft@gmail.com>