Remove third line in section headers

This is truly important stuff. We've saved many lives with this update.
This commit is contained in:
Henrik Lissner 2018-09-07 19:36:16 -04:00
parent 50fdaa0ed5
commit 7d3ffdff06
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
101 changed files with 64 additions and 283 deletions

View file

@ -16,7 +16,6 @@
;;
;; Library
;;
(defun +workspace--protected-p (name)
(equal name persp-nil-name))
@ -203,8 +202,7 @@ throws an error."
;;
;; Interactive commands
;;
;; Commands
;;;###autoload
(defun +workspace/load (name)
@ -446,7 +444,6 @@ the next."
;;
;; Tabs display in minibuffer
;;
(defun +workspace--tabline (&optional names)
(let ((names (or names (+workspace-list-names)))
@ -493,7 +490,6 @@ the next."
;;
;; Hooks
;;
;;;###autoload
(defun +workspaces|delete-associated-workspace (&optional frame)
@ -581,7 +577,6 @@ This be hooked to `projectile-after-switch-project-hook'."
;;
;; Advice
;;
;;;###autoload
(defun +workspaces*autosave-real-buffers (orig-fn &rest args)

View file

@ -33,8 +33,7 @@ stored in `persp-save-dir'.")
;;
;; Plugins
;;
;; Packages
(def-package! persp-mode
:defer t