You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

8 line
165 B

  1. ;;-*-mode: emacs-lisp; coding: utf-8;-*-
  2. (auto-complete-mode)
  3. (whitespace-mode)
  4. (smartparens-mode)
  5. (visual-line-mode)
  6. (setq indent-tabs-mode nil)
  7. (setq tab-width 2)