summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs b/emacs
index 088d581..7fd6656 100644
--- a/emacs
+++ b/emacs
@@ -25,6 +25,11 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; Tramp
+(require 'tramp)
+(customize-set-variable 'tramp-default-method "ssh")
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Magit
(global-set-key (kbd "C-x g") 'magit-status)
@@ -165,6 +170,9 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(column-number-mode t)
+ '(package-selected-packages
+ (quote
+ (yaml-mode tabbar session pod-mode muttrc-mode mutt-alias markdown-mode magit initsplit htmlize graphviz-dot-mode go-mode folding eproject diminish debian-el csv-mode browse-kill-ring boxquote bm bar-cursor apache-mode ahungry-theme)))
'(tool-bar-mode nil)
'(truncate-lines t))
(custom-set-faces