spacemacs/init-package
2013-06-02 01:46:34 -04:00
..
init-ace-jump-mode.el minor change 2013-01-05 15:26:44 -05:00
init-auto-complete.el removed custom faces because solarized theme updates 2013-01-25 14:04:47 -05:00
init-auto-dictionary.el added auto-dictionary mode 2013-01-23 20:03:18 -05:00
init-buffer-move.el Add buffer-move key bindings to be able to swap buffer between 2 windows. 2013-04-16 18:08:52 -04:00
init-cmake-mode.el Add cmake major mode. 2013-05-22 11:37:42 -04:00
init-color-moccur.el added nose minor mode and some evil plugins 2013-01-02 17:08:45 -05:00
init-csharp-mode.el Add csharp-mode 2013-05-06 15:08:14 -04:00
init-deft.el Added deft mode 2013-02-19 19:56:52 -05:00
init-diminish.el Remove workgroups, revive+winner is enough. 2013-06-02 01:01:15 -04:00
init-dired+.el added dired+ mode 2013-03-18 23:23:54 -04:00
init-elisp-slime-nav.el experiment with key chord bindings, seems promising 2012-12-30 12:18:08 -05:00
init-erc.el Moved functions to my-funcs 2013-01-05 02:09:01 -05:00
init-erlang.el added auto-highlight-symbol-mode 2013-01-24 23:34:57 -05:00
init-evil-leader.el Update code to match recent breaking changes in evil-leader. 2013-05-21 21:25:10 -04:00
init-evil.el Remove key-chord mode !! Not needed anymore (great news). 2013-05-06 20:59:13 -04:00
init-expand-region.el added keybindings with evil leader for expand-region 2013-02-13 16:23:13 -05:00
init-fill-column-indicator.el Fix correct column to highlight with fill-column-indicator 2013-04-23 23:08:18 -04:00
init-find-file-in-project.el added projectile mode 2013-01-12 11:58:50 -05:00
init-flycheck-color-mode-line.el Clean up some messy flycheck configuration. 2013-05-23 17:22:08 -04:00
init-flycheck.el Clean up some messy flycheck configuration. 2013-05-23 17:22:08 -04:00
init-ghc.el Added haskell mode 2013-01-13 23:12:05 -05:00
init-google-translate.el Add google translate init file 2013-04-21 22:49:16 -04:00
init-haskell-mode.el Remove deprecated haskell-site-file.el 2013-06-01 21:42:03 -04:00
init-helm-projectile.el switched from ido to helm 2013-03-14 00:40:23 -04:00
init-helm.el switched from ido to helm 2013-03-14 00:40:23 -04:00
init-jedi.el minor changes 2013-01-06 02:38:25 -05:00
init-json-mode.el Switch to flycheck for supported modes. 2013-04-13 23:34:45 -04:00
init-less-css-mode.el added less-css-mode 2013-03-13 00:08:18 -04:00
init-magit.el fixed relative line number 2012-12-29 17:18:21 -05:00
init-markdown-mode.el added markdown-mode and o-blog packages 2013-03-08 01:01:20 -05:00
init-move-text.el added modes move-text and fold-this 2013-01-04 11:33:17 -05:00
init-multi-term.el Make tab completion work within a zsh term. 2013-04-24 23:30:59 -04:00
init-org.el mu4e 2013-01-03 01:53:00 -05:00
init-p4.el refactored the whole setup and use jedi for python auto completion 2012-12-21 16:06:22 -05:00
init-page-break-lines.el Add page-break-lines 2013-04-22 22:14:23 -04:00
init-paredit.el experiment with key chord bindings, seems promising 2012-12-30 12:18:08 -05:00
init-popup.el added eclim support 2013-01-06 02:34:48 -05:00
init-popwin.el Add popwin mode and make it work with helm. 2013-05-03 23:43:26 -04:00
init-projectile.el enable projectile for selected modes only 2013-02-19 18:11:32 -05:00
init-puppet.el made mutliple-cursor and evil working together (more or less) by using expand-region and custom key chord bindings (also added some other stuff from magnars) 2012-12-29 15:39:39 -05:00
init-python.el added functions to add break point in python mode 2013-01-12 14:54:55 -05:00
init-quickrun.el added quickrun mode 2013-03-14 23:04:57 -04:00
init-rainbow-delimiters.el refactored the whole setup and use jedi for python auto completion 2012-12-21 16:06:22 -05:00
init-recentf.el disabled auto clean up of recent files in recentf mode 2013-02-01 12:02:10 -05:00
init-rfringe.el added rfringe mode 2013-01-16 08:06:57 -05:00
init-ruby-end.el Add ruby-end mode used for Ruby and Elixir. 2013-04-23 23:15:02 -04:00
init-ruby-mode.el Add file association to ruby-mode 2013-04-29 11:59:55 -04:00
init-smart-operator.el refactored the whole setup and use jedi for python auto completion 2012-12-21 16:06:22 -05:00
init-sr-speedbar.el put back speedbar icons :-) 2013-01-05 17:17:39 -05:00
init-string-edit.el Add visual-regexp and string-edit packages 2013-05-04 22:22:19 -04:00
init-stripe-buffer.el Add stripe-buffer package 2013-04-20 17:06:32 -04:00
init-subword.el Add subword mode hook and add back multi-term. 2013-04-23 14:05:30 -04:00
init-surround.el refactored the whole setup and use jedi for python auto completion 2012-12-21 16:06:22 -05:00
init-tagedit.el added tagedit mode 2013-03-13 00:11:01 -04:00
init-twittering-mode.el added twittering mode 2013-01-05 17:15:42 -05:00
init-visual-regexp-steroids.el Add visual-regexp and string-edit packages 2013-05-04 22:22:19 -04:00
init-wdired.el added wdired 2013-03-13 00:08:54 -04:00
init-webjump.el made mutliple-cursor and evil working together (more or less) by using expand-region and custom key chord bindings (also added some other stuff from magnars) 2012-12-29 15:39:39 -05:00
init-window-layout.el added window-layout package 2013-02-20 14:04:09 -05:00
init-yasnippet.el switched from ido to helm 2013-03-14 00:40:23 -04:00