;; If there is more than one, they won't work right.
'(package-selected-packages
(quote
- (tangotango-theme restclient railscasts-theme racket-mode racer paredit notmuch markdown-mode magit leuven-theme ledger-mode hindent go-mode flycheck-rust flycheck-haskell fill-column-indicator company-racer color-theme-sanityinc-tomorrow auto-complete))))
+ (dumb-jump tangotango-theme restclient railscasts-theme racket-mode racer paredit notmuch markdown-mode magit leuven-theme ledger-mode hindent go-mode flycheck-rust flycheck-haskell fill-column-indicator company-racer color-theme-sanityinc-tomorrow auto-complete))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
+
+(dumb-jump-mode)
flycheck
flycheck-rust
flycheck-haskell
- racer))
+ racer
+ dumb-jump))
; install the missing packages
-(defun install-all-packages ()
- (dolist (package package-list)
- (unless (package-installed-p package)
- (package-install package))))
+(dolist (package package-list)
+ (unless (package-installed-p package)
+ (package-install package)))
;; upgrade installed
-(defun upgrade-all-packages ()
- (save-window-excursion
- (package-list-packages t)
- (package-menu-mark-upgrades)
- (package-menu-execute t)))
+(save-window-excursion
+ (package-list-packages t)
+ (package-menu-mark-upgrades)
+ (package-menu-execute t))