Skip to content

Commit

Permalink
move unresolvable stuff from username to init
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed Apr 4, 2012
1 parent dceca67 commit 54b049c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
14 changes: 14 additions & 0 deletions .emacs.d/init.el
Expand Up @@ -44,3 +44,17 @@
(when (not (package-installed-p p)) (when (not (package-installed-p p))
(package-install p))) (package-install p)))
) )



;; Rainbox delimiters
(require 'rainbow-delimiters)
(global-rainbow-delimiters-mode)


;; Auto complete
(require 'auto-complete)
(global-auto-complete-mode t)



10 changes: 0 additions & 10 deletions .emacs.d/username.el
Expand Up @@ -42,11 +42,6 @@
(global-set-key (kbd "<f7>") 'toggle-line-spacing) (global-set-key (kbd "<f7>") 'toggle-line-spacing)




;; Rainbox delimiters
(require 'rainbow-delimiters)
(global-rainbow-delimiters-mode)


(defun set-frame-size-according-to-resolution () (defun set-frame-size-according-to-resolution ()
(interactive) (interactive)
(if window-system (if window-system
Expand Down Expand Up @@ -195,11 +190,6 @@
(project-mode 1) (project-mode 1)




;; Auto complete
(require 'auto-complete)
(global-auto-complete-mode t)


;; nav - http://code.google.com/p/emacs-nav/ ;; nav - http://code.google.com/p/emacs-nav/
;; Comment out the lines below if you don't have these available locally ;; Comment out the lines below if you don't have these available locally
(add-to-list 'load-path "~/.emacs.shantanu.d/emacs-nav-20110220") (add-to-list 'load-path "~/.emacs.shantanu.d/emacs-nav-20110220")
Expand Down

0 comments on commit 54b049c

Please sign in to comment.