Remove old personal stuff about an old laptop

This commit is contained in:
syl20bnr 2014-09-02 00:39:03 -04:00
parent a4521c6e3c
commit 5a24153741
4 changed files with 0 additions and 37 deletions

View file

@ -1,3 +0,0 @@
(setq eclim-executable "/home/sylvain/Apps/eclipse/eclim"
eclimd-executable "/home/sylvain/Apps/eclipse/eclimd"
eclimd-default-workspace "/home/sylvain/dev/ecl-wks/eclimd")

View file

@ -1,28 +0,0 @@
;; alternatively, for emacs-24 you can use:
(setq message-send-mail-function 'smtpmail-send-it
smtpmail-stream-type 'starttls
smtpmail-default-smtp-server "smtp.gmail.com"
smtpmail-smtp-server "smtp.gmail.com"
smtpmail-smtp-service 587)
;; something about ourselves
(setq
user-mail-address "sylvain.benner@gmail.com"
user-full-name "Sylvain Benner"
message-signature "syl20bnr")
;; setup some handy shortcuts
;; you can quickly switch to your Inbox -- press ``ji''
;; then, when you want archive some messages, move them to
;; the 'All Mail' folder by pressing ``ma''.
(setq mu4e-maildir-shortcuts '(
("/Coding" . ?c)
("/INBOX" . ?i)
("/Mailing_List" . ?l)
("/News" . ?n)
("/spam" . ?m)
("/Personal" . ?p)
("/sent" . ?s)
("/trash" . ?t)
("/Work" . ?w)
))

View file

@ -1,2 +0,0 @@
;; font size
(set-face-attribute 'default nil :height 90)

View file

@ -1,4 +0,0 @@
;; half-width fringes
;; (set-fringe-mode '(4 . 4))
;; (load-theme 'solarized-dark t)