/emacca

My emacs config files

Primary LanguageEmacs Lisp

emacca

My emacs config files

Packages

package-install  with-editor           ;;Use the Emacsclient as $EDITOR
package-install  whitespace-cleanup    ;;   Intelligently call whitespace-cleanup on save
package-install  scss-mode             ;; Major mode for editing SCSS files
package-install  ruby-tools            ;; Collection of handy functions for ruby-mode.
package-install  ruby-refactor         ;; A minor mode which presents various Ruby refactoring helpers.
package-install  ruby-hash-syntax      ;; Toggle ruby hash syntax between classic and 1.9 styles
package-install  ruby-end              ;; Automatic insertion of end blocks for Ruby
package-install  rubocop               ;; An Emacs interface for RuboCop
package-install  robe                  ;; Code navigation, documentation lookup and completion for Ruby
package-install  rails-log-mode        ;; Major mode for viewing Rails log files
package-install  org                   ;; Outline-based notes management and organizer
package-install  magit-popup           ;; Define prefix-infix-suffix command combos
package-install  magit                 ;; A Git porcelain inside Emacs
package-install  inf-ruby              ;; Run a Ruby process in a buffer
package-install  helm-robe             ;; completing read function for robe
package-install  helm-rb               ;; Search Ruby's method by ag and display helm
package-install  helm-ag-r             ;; Search something by ag and display by helm
package-install  helm                  ;; Helm is an Emacs incremental and narrowing framework
package-install  groovy-mode           ;; Groovy mode derived mode
package-install  graphviz-dot-mode     ;; Mode for the dot-language used by graphviz (att).
package-install  git-rebase-mode       ;; Major mode for editing git rebase files
package-install  git-commit-mode       ;; Major mode for editing git commit messages
package-install  git-commit            ;; Edit Git commit messages
package-install  flymake-ruby          ;; A flymake handler for ruby-mode files
package-install  flymake-jslint        ;; A flymake handler for javascript using jslint
package-install  flymake-easy          ;; Helpers for easily building flymake checkers
package-install  enh-ruby-mode         ;; Major mode for editing Ruby files
package-install  dash                  ;; A modern list library for Emacs
package-install  csv-mode              ;; Major mode for editing comma/char separated values
package-install  company               ;; Modular text completion framework
package-install  coffee-mode           ;; Major mode to edit CoffeeScript files in Emacs
package-install  bm                    ;; Visible bookmarks in buffer.
package-install  async                 ;; Asynchronous processing in Emacs
package-install  rainbow-delimiters    ;;    Highlight brackets according to their depth
package-install  go-mode