Skip to content

Commit d0abbbd

Browse files
committed
updated with cider and a bunch of other stuff
1 parent 6a323d5 commit d0abbbd

File tree

181 files changed

+15584
-15753
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+15584
-15753
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*~*
22
*#*
3-
3+
*-history
44
.smex-items
55
places

elpa/Save-visited-files-readme.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
;;; Commentary:
2+
3+
;; save-visited-files is a lightweight version of Desktop.el that
4+
;; only save the files you have open(currently). This was created because I
5+
;; couldn't ever get Desktop to work and wanted to persist open files across
6+
;; sessions. This file is the result.
7+
8+
;;; Installation:
9+
10+
;; To install, put this file somewhere in your load-path and add the following
11+
;; to your .emacs file:
12+
;;
13+
;; (require 'save-visited-files)
14+
;; (turn-on-save-visited-files-mode)
15+
;;
16+
;; This will load the set of saved files on startup, as well as updating this
17+
;; list whenever the auto-save-timer is run. This does not wait to save on
18+
;; closing emacs because I wanted it to be useful even if emacs crashed. To
19+
;; save the visited files at any time, you can call M-x save-visited-files-save.
20+
;; M-x save-visited-files-restore will open all files saved this way. To turn
21+
;; off the saving of files, you need to run (turn-off-save-visited-files-mode)
22+
23+
;; Changelog:
24+
;; 1.2
25+
;; * Changed default value of save-visited-files-location to ~/.emacs.d/emacs-visisted-files
26+
;; * Improvements/rewriting by Jonathan Kotta
27+
;; ** Checks save-visited-files-location is writable, and gives a message if not
28+
;; ** Changed to use define-minor-mode
29+
;; ** Moved (setq save-visited-files-already-restored t) to the end of
30+
;; ** save-visited-files-restore from save-visited-files-mode.
31+
;; ** Doesn't print a message in the echo area every time it saves the file list.
32+
;; 1.1
33+
;; * Improvements/rewriting by Ryan Thomson
34+
;; ** Use auto-save-hook instead of a periodic timer
35+
;; ** More consistent naming conventions
36+
;; ** Customization ability via M-x customize-group save-visited-files
37+
;; ** Better handling of the temp buffer
38+
;; 1.0
39+
;; * Initial Release
40+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy