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
This commit is contained in:
Vincent Ambo 2014-02-09 11:12:51 +01:00
parent bdbc18d285
commit 4fd813f0de
2 changed files with 11 additions and 3 deletions

View file

@ -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)