From 584d93b3a1b0ce6bb8d85d5cd7a1af3429f7d06b Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 22 Jan 2015 20:49:19 +0000 Subject: [PATCH] Add misc packages I've been playing with --- custom-variables.el | 5 ++++- keybindings.el | 12 ++++++++++-- packages.el | 5 ++++- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/custom-variables.el b/custom-variables.el index e070a3c..afbd31b 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -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) diff --git a/keybindings.el b/keybindings.el index 06c1c90..a824e98 100644 --- a/keybindings.el +++ b/keybindings.el @@ -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) diff --git a/packages.el b/packages.el index c9f21d9..bccdc91 100644 --- a/packages.el +++ b/packages.el @@ -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