Add misc packages I've been playing with

This commit is contained in:
2015-01-22 20:49:19 +00:00
parent 7fbe31287f
commit 584d93b3a1
3 changed files with 18 additions and 4 deletions

View File

@@ -84,6 +84,8 @@
'(mc/edit-lines-empty-lines (quote ignore))
'(minimap-width-fraction 0.1)
'(minimap-window-location (quote right))
'(neo-smart-open t)
'(neo-window-width 54)
'(ns-tool-bar-display-mode nil t)
'(ns-tool-bar-size-mode nil t)
'(nxhtml-skip-welcome t)
@@ -107,6 +109,7 @@
("Note" 110 "** %?
" "~/.org-files/notes.org" "Notes"))))
'(org-reverse-note-order t)
'(pe/width 54)
'(persp-modestring-dividers (quote (" [" "]" "|")))
'(persp-show-modestring t)
'(php-mode-dot-property-warning t)
@@ -121,7 +124,7 @@
'(scss-compile-at-save nil)
'(search-exit-option nil)
'(smooth-scroll-margin 6)
'(sort-fold-case t t)
'(sort-fold-case t)
'(sp-autoescape-string-quote nil)
'(speedbar-show-unknown-files t)
'(standard-indent 2)

View File

@@ -147,8 +147,16 @@
(global-set-key (kbd "C-x C-b") 'ibuffer))
;; ECB
(when (require 'ecb nil 'noerror)
(global-set-key (kbd "C-c C-.") 'ecb-activate))
;; (when (require 'ecb nil 'noerror)
;; (global-set-key (kbd "C-c C-.") 'ecb-activate))
;; string-inflection
(when (require 'string-inflection nil 'noerror)
(global-set-key (kbd "C-c C-.") 'string-inflection-cycle))
;; Project Explorer
(when (require 'project-explorer nil 'noerror)
(global-set-key (kbd "C-x p") 'project-explorer-open))
;; Magit
(when (require 'magit nil 'noerror)

View File

@@ -74,12 +74,14 @@
minimap
move-text
multiple-cursors
neotree
nvm
phi-search
php-mode
project-explorer
projectile
puppet-mode
pt
puppet-mode
rainbow-mode
rbenv
restclient
@@ -92,6 +94,7 @@
smartparens
smex
smooth-scrolling
string-inflection
stylus-mode
textmate
twilight-anti-bright-theme