summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2011-05-17Fiddle with emacs config (when to use -n, -c), get emacs using el-get.Luke Shumaker
2011-05-13Make it so that editor can be called without a filename or other argumentLuke Shumaker
2011-04-15Fiddle with the default editorLuke Shumaker
Start tracking .selected editor, make use of this in .profile. Create the v-editor script, which calls either $VISUAL, $EDITOR, or $SELECTED editor, depending. Symlink `v-editor' to `editor', to overide /bin/editor, which might be used by some stupid programs.
2011-04-14Fiddle with .profile, add a v-www-browser script, configure browse-url in .emacsLuke Shumaker
Move login-stuff from `.bashrc' to `.profile', which loads `.bashrc' if it is a bash shell (hopefully). Add `.Xsession', wich includes `.profile'. `bin/v-www-browser' (technically not a dotfile), is a script that loads either www-browser or x-www-browser, depending on if we're using X11 or not (really, whether $DISPLAY is set). `.emacs' was edited to have browse-url run v-www-browser instead of www-browser.