forked from startup-class/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.emacs.desktop
29 lines (26 loc) · 860 Bytes
/
.emacs.desktop
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
;; -*- mode: emacs-lisp; coding: emacs-mule; -*-
;; --------------------------------------------------------------------------
;; Desktop File for Emacs
;; --------------------------------------------------------------------------
;; Created Fri Jun 20 21:51:37 2014
;; Desktop file format version 206
;; Emacs version 24.3.1
;; Global section:
(setq desktop-missing-file-warning nil)
(setq tags-file-name nil)
(setq tags-table-list nil)
(setq search-ring nil)
(setq regexp-search-ring nil)
(setq register-alist nil)
(setq file-name-history '("~/dotfiles/" "/home/yuechuan/.bashrc_custom"))
;; Buffer section -- buffers listed in same order as in buffer list:
(desktop-create-buffer 206
"/home/yuechuan/dotfiles/.bashrc_custom"
".bashrc_custom"
'fundamental-mode
nil
337
'(268 nil)
nil
nil
'((buffer-file-coding-system . undecided-unix)))