Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
casouri committed Jul 26, 2020
1 parent d8636f8 commit ce30a72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions site-lisp/flywrap.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
;; Author: Yuan Fu <[email protected]>

;;; This file is NOT part of GNU Emacs
;;
;;; This package is obsolete.
;;
;; Emacs has added support for proper word wraps.
Expand Down
10 changes: 6 additions & 4 deletions site-lisp/luna-win.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

(require 'windmove)

;;; Package obsolete

;;; Key

(with-eval-after-load 'luna-general-config
(luna-default-leader
"w e" #'luna-win-expand-to
"w 2" #'split-window-below
"w 3" #'split-window-right
"w d" #'delete-window))
"w e" #'luna-win-expand-to
"w 2" #'split-window-below
"w 3" #'split-window-right
"w d" #'delete-window))

;;; Functions

Expand Down

0 comments on commit ce30a72

Please sign in to comment.