1
0
Fork 0
Commit Graph

71 Commits (master)

Author SHA1 Message Date
Mike Gerwitz 375eeb2ae0
Enabling processing of indent files in vim 2014-04-15 22:06:34 -04:00
Mike Gerwitz 900bf1cfa2
vim tw default 80=>76
The rationale is to give room for three characters for line numbering, plus one
delimiting space, for a total of an 80-characer-wide terminal.
2014-04-15 22:06:31 -04:00
Mike Gerwitz 407bde8407
Disabling printing in urxvt 2014-04-15 22:06:25 -04:00
Mike Gerwitz e809f41c3d
Added lein-licenses to user profile 2014-04-06 21:01:37 -04:00
Mike Gerwitz 890bf91fa2
Properly setting hostname for e-mail accounts 2014-02-23 20:54:33 -05:00
Mike Gerwitz ae590eb06a
Now using port 587 for personal e-mail 2014-02-23 20:54:09 -05:00
Mike Gerwitz 1533a3297b
Using port 587 for fencepost.gnu.org 2014-02-09 20:47:29 -05:00
Mike Gerwitz 17ff3506df
Added personal mutt configuration
Well, the majority of it. My list of contacts, for example, has not been
comitted.
2014-01-05 14:00:55 -05:00
Mike Gerwitz 3541a991ce
Set default text width in vim to 76 characters
And here come the rationale for this sensitive topic:
  - Source code should wrap at 80 characters; be polite and give room for
    line numbering. Four characters is room for up to 999 lines, followed by
    a space; if the file exceeds that length, it is probably difficult to
    work with, because it's hard to keep that much in working memory.
  - Allows for up to three levels of nesting for e-mail quoting (">>> "). I
    really hope more than that is not needed. If it is, modern editors can
    easily reflow text (e.g. `gq' in vim).
2014-01-04 06:07:27 -05:00
Mike Gerwitz c816115bd7
Now using slatemg for terminal vim (not just gvim)
I have not yet committed my slate-based slatemg theme; previously, it did
not degrade well for 8-, 16-, or 256-bit colors, but it now does well.
2014-01-02 11:50:39 -05:00
Mike Gerwitz 978d876805
Setting bufhidden=hide in vimrc
This is particularily valuable for various scripts that perform manipulation
on buffers, as unloading a buffer not only requires saving, but discards
modification history for undos.
2014-01-02 11:49:05 -05:00
Mike Gerwitz 9ed85f341d
closetag.vim is used as a pathogen bundle; no need to source manually 2013-12-01 21:59:51 -05:00
Mike Gerwitz c8aec8a088
vimrc call change: pathogen#{runtime_append_all_bundles=>incubate}
Changed in newer versions
2013-12-01 21:58:31 -05:00
Mike Gerwitz 4cca942c63
Added COPYING, ChangeLog, HACKING, and README
ChangeLog exists only to point users to Git.
2013-11-30 15:38:58 -05:00
Mike Gerwitz dcacff6fc4
Added ~/.profile and ~/.bash_logout 2013-11-30 15:23:59 -05:00
Mike Gerwitz c0857ecc36
Removed dot from dotfiles in files/
For no purpose other than ease of display
2013-11-30 15:23:33 -05:00
Mike Gerwitz bf82a453ec
Conditional highlighting in screen caption line and removal of IP address 2013-11-30 15:23:27 -05:00
Mike Gerwitz 13fd5c0256
Caption line will now bold active window, not reverse colors
Less jarring. But still jarring.
2013-11-30 15:23:19 -05:00
Mike Gerwitz 444936f1c1
Added xscreensaver-watchd
~/.xscreensaver-watch is currently unique to the box
2013-11-30 15:23:12 -05:00
Mike Gerwitz 94b6581e1c
Corrected screen mail script and removed [currently] unused code
Not sure what I was thinking with the first part...clearly I wasn't (indeed, the
system I made the initial modification on did not have multiple email
addresses).
2013-11-30 15:22:59 -05:00
Mike Gerwitz a1522f9784
Initial commit of many files; many more to come 2013-11-30 15:22:49 -05:00