mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add misc packages I've been playing with
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user