Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.23 KB

Install

git clone https://github.com/chief/.emacs.d.git ~/.emacs.d

Emacs version

Tested on emacs versions >=25

TODO

  • Group all lisp together (elisp, clojure, paredit)
  • Examine add-hook placement, ref
  • Enhance ruby-mode with yard paredit rubocop
  • Replace fill-column-indicator
  • Remove smex
  • Examine after and nested declarations for use-package, ref
  • Check warnings during installation
  • Use better-defaults and remove duplications
  • Bind wheel-right and wheel-left
  • Check paredit-mode with ruby-mode, eg. space before parenthesis
  • Check my-kill-region-or-line function with empty lines
  • Add js package
  • Check error with markdown-mode
  • Optimize the use of defer in use-package
  • Decrease loading time - Currently 5+ secs <2 secs
  • Investigate slow helm-projectile find files

Credits