about summary refs log tree commit diff
path: root/init.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2014-02-09T10·12+0100
committerVincent Ambo <vincent@spotify.com>2014-02-09T10·12+0100
commit4fd813f0def2a2cf0da5da7f15603765f725e7b7 (patch)
treec91b634a5efa87db3fdd73cec571baec9778ab94 /init.el
parentbdbc18d285dee458f73c92efeac9a5eb417892e0 (diff)
Small changes:
- No bells at all. Shut up, emacs!
- Don't put temporary files everywhere. Just don't!
- Don't have scroll bars in new frames
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.el b/init.el
index fa7f7a5a23..5058730327 100644
--- a/init.el
+++ b/init.el
@@ -13,7 +13,7 @@
 (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
 
 ;; And load things!
-;; (package-refresh-contents)
+(package-refresh-contents)
 (package-initialize)
 
 (defvar my-pkgs
@@ -112,4 +112,3 @@
 
 ;; Start server for emacsclient
 ;; (server-start)
-