diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index 8096a70..0203f3b 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el | |||
@@ -58,13 +58,6 @@ Ready for use with `after-focus-change-function'." | |||
58 | (run-at-time sunset-time (* 60 60 24) sunset-command) | 58 | (run-at-time sunset-time (* 60 60 24) sunset-command) |
59 | (run-at-time "12:00am" (* 60 60 24) sunset-command))) | 59 | (run-at-time "12:00am" (* 60 60 24) sunset-command))) |
60 | 60 | ||
61 | ;;;; Re-indent a buffer | ||
62 | (defun acdw/reindent-buffer () | ||
63 | "Call `indent-region' on the whole buffer." | ||
64 | (interactive) | ||
65 | (save-excursion | ||
66 | (indent-region (point-min) (point-max)))) | ||
67 | |||
68 | ;;; Garbage collection hacks | 61 | ;;; Garbage collection hacks |
69 | 62 | ||
70 | (defconst acdw/gc-cons-threshold-basis (* 800 1024) | 63 | (defconst acdw/gc-cons-threshold-basis (* 800 1024) |