Fix backup saving
This commit is contained in:
parent
9fce4365dc
commit
5bd7066cde
13 changed files with 47 additions and 32 deletions
|
|
@ -5,10 +5,13 @@
|
|||
(require 'package)
|
||||
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
|
||||
(package-initialize)
|
||||
(package-refresh-contents) ; Refresh only once, on startup
|
||||
(if (display-graphic-p) ; If GUI version
|
||||
(progn
|
||||
(package-refresh-contents))) ; Refresh only once, on startup
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; Behaviour
|
||||
|
||||
(unless (package-installed-p 'helm)
|
||||
(package-install 'helm))
|
||||
|
||||
|
|
@ -68,6 +71,7 @@
|
|||
(unless (package-installed-p 'helm-ag)
|
||||
(package-install 'helm-ag))
|
||||
|
||||
|
||||
(unless (package-installed-p 'dumb-jump)
|
||||
(package-install 'dumb-jump))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue