1
0
Fork 0

Add gcmh - the Garbage Collection Magic Hack

This commit is contained in:
Tom Willemse 2020-04-30 22:40:45 -07:00
parent 437d3d6cb9
commit 2937d39792

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2020.0427.091457 ;; Version: 2020.0430.224024
;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful) ;; Package-Requires: (oni-data-dir expand-region multiple-cursors embrace helpful gcmh)
;; This program is free software; you can redistribute it and/or modify ;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by ;; it under the terms of the GNU General Public License as published by
@ -27,6 +27,7 @@
;;; Code: ;;; Code:
(require 'gcmh)
(require 'oni-data-dir) (require 'oni-data-dir)
(require 'recentf) (require 'recentf)
@ -160,6 +161,7 @@
(electric-indent-mode -1) (electric-indent-mode -1)
(winner-mode) (winner-mode)
(recentf-mode) (recentf-mode)
(gcmh-mode)
(add-to-list 'display-buffer-alist (add-to-list 'display-buffer-alist
`(,(rx string-start `(,(rx string-start