Commit Graph

427 Commits

Author SHA1 Message Date
Adam Goldsmith 4f813bc582 Add cat-set-ibuffer keybinding in ibuffer-mode 2015-11-17 16:03:01 -05:00
Adam Goldsmith fb683980be Force compilation buffers to fill the whole window
set scroll-up-aggressively such that the point will always stay at the
bottom of the window when scrolling
2015-11-17 15:59:53 -05:00
Adam Goldsmith 254a845da5 Add keybindings for swiper 2015-11-17 10:59:29 -05:00
Adam Goldsmith 60b92c340f Remove unused use-package statements 2015-11-16 10:47:51 -05:00
Adam Goldsmith df142b1c57 Add todotxt-mode font-lock config 2015-10-11 22:16:11 -04:00
Adam Goldsmith 293eaf1ea4 Make the Local Variables in init.el work without asking
Adds outline-hide-body to safe-local-eval-forms, as emacs won't
automatically do that
2015-10-10 14:23:44 -04:00
Adam Goldsmith 3974264bd6 Add yasnippet snippets for latex
- f1 adds a frac 1/ something
- prob adds a section and align*
2015-10-10 14:21:10 -04:00
Adam Goldsmith 12523f7a37 Cleanup latex config
- remove a defun
- bind keys using define-key (to LaTeX-mode-map) instead of local-set-key
2015-10-10 14:17:46 -04:00
Adam Goldsmith 5a4273480f Change name of tex-site to latex 2015-10-10 14:16:56 -04:00
Adam Goldsmith d196117109 Fix change name of smarttabs to smart-tabs-mode 2015-10-10 13:59:54 -04:00
Adam Goldsmith 4dbbb8f282 Add outline-magic use-package/config 2015-10-10 12:55:14 -04:00
Adam Goldsmith da3ff7ee7f Move diredp-hide-details-initially-flag to init 2015-10-10 12:53:33 -04:00
Adam Goldsmith 02816af560 Fix custom-file path
was relative (and therefore broken), is now absolute
2015-10-10 12:52:26 -04:00
Adam Goldsmith 0af00f80f6 Add dired+ use-package/config 2015-10-07 15:09:37 -04:00
Adam Goldsmith 10a47afa6a Add more config for todotxt-mode 2015-10-07 15:08:15 -04:00
Adam Goldsmith 7c63d85a83 Add "Local Variables" section for outline-minor-mode 2015-10-07 15:07:33 -04:00
Adam Goldsmith 469129d779 Make init.el compatible with outline-minor-mode 2015-10-07 14:16:41 -04:00
Adam Goldsmith eb3b61a9ef Fix latex-tsv-to-table 2015-10-05 18:26:06 -04:00
Adam Goldsmith 6ff2c8e007 Add more things to .mc-lists 2015-10-05 18:24:08 -04:00
Adam Goldsmith 60cca55539 Add cat-mode config 2015-10-05 18:22:21 -04:00
Adam Goldsmith 8ae83c45de Add ibuffer config 2015-10-04 16:32:35 -04:00
Adam Goldsmith de95b1e393 Add missing close-paren 2015-10-04 16:23:43 -04:00
Adam Goldsmith 892ce2125a Add more stuff to .mc-lists 2015-10-04 16:10:33 -04:00
Adam Goldsmith 899461b5fc Add function to convert tab-seperated values to LaTex tables 2015-10-04 16:09:42 -04:00
Adam Goldsmith c490c1920e Add popwin mode (handles temporary windows)
remove manual config for compilation windows
2015-10-04 16:07:00 -04:00
Adam Goldsmith a148ca7d28 Specify a custom-file and add it to gitignore
This is to make customize variables not go in init.el
2015-10-04 16:05:49 -04:00
Adam Goldsmith 06003b3f93 Add experimental yasnippet config 2015-10-02 14:39:02 -04:00
Adam Goldsmith deb6f195f6 Add config for fasd 2015-09-28 19:21:04 -04:00
Adam Goldsmith 51e6f7a723 Add binding to hydra-mc to quit on enter 2015-09-28 19:19:04 -04:00
Adam Goldsmith 2568a19c76 Add expand-region package and binding 2015-09-28 19:18:26 -04:00
Adam Goldsmith 9dfdd73e57 Remove temporary fix for use-package
was using a specific commit due to a bug, which is now fixed
2015-09-25 16:09:21 -04:00
Adam Goldsmith cc72d492aa Switch to using evince instead of Atril
This allows for Forward and Backwards search, and is easier to configure
2015-09-18 11:23:42 -04:00
Adam Goldsmith af64044b5f Add more commands to .mc-lists.el 2015-09-17 21:43:53 -04:00
Adam Goldsmith 835af516f1 More improvements to hydra-mc 2015-09-17 21:43:02 -04:00
Adam Goldsmith bd95466330 Add .gitignore for all machine-specific files 2015-09-17 21:37:01 -04:00
Adam Goldsmith f47125169c Add multiple-cursors auto-gererated config file
A list of commands to ignore/not ignore
2015-09-17 21:32:49 -04:00
Adam Goldsmith 42ae0bdf2a Move .emacs into .emacs.d 2015-09-17 21:26:00 -04:00
Adam Goldsmith 24f96b5df5 Add "-shell-escape" to TeX options
This allows gnuplottex to automatically generate graphs
2015-09-17 20:41:08 -04:00
Adam Goldsmith c28ce6862f add more keys to hydra-mc 2015-09-17 12:45:01 -04:00
Adam Goldsmith 992f077bd8 switch to different setup for LaTeX
Uses AUCTex and Atril instead of LaTeX-preview-pane, as this is much
more flexible
2015-09-13 20:34:21 -04:00
Adam Goldsmith 252a6e871b move markdownConfig to .emacs.d for syncing 2015-08-30 18:33:43 -04:00
Adam Goldsmith 5e5917c29b add config for latex-preview-pane 2015-08-29 13:43:41 -04:00
Adam Goldsmith 1e8a4537c5 fix undo-tree mode bindings 2015-08-25 12:09:10 -04:00
Adam Goldsmith cca8249ab4 add :mode for scad-mode 2015-08-25 12:04:23 -04:00
Adam Goldsmith dc55d4fc73 switch to using ibuffer mode for C-x C-b 2015-08-25 12:04:14 -04:00
Adam Goldsmith 142726faea add some config for company-quickhelp
start globally, fix colors
2015-08-19 20:28:19 -04:00
Adam Goldsmith ebdf35c821 add buffer display options 2015-08-16 21:46:37 -04:00
Adam Goldsmith 58a9e7cea3 move from el-get to quelpa and use-package
reasoning: better update support, much cleaner .emacs (also flat, though
I could have done that with el-get).
also dropped a lot of code from .emacs that I might add back in later
2015-08-16 21:32:07 -04:00
Adam Goldsmith 9901af8897 add experimental hydra-mc
not really working quite right yet
2015-07-31 09:19:40 -04:00
Adam Goldsmith edd4ffef73 switch hydra-shortcuts to new column mode 2015-07-31 09:18:51 -04:00