Skip to content

Commit

Permalink
feat(window): make window-purpose obsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 2, 2024
1 parent f9e7585 commit 250d11a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/me-window.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
:bind (("M-o" . ace-window)))


;; Manage windows and buffers according to purposes
(use-package window-purpose
:ensure t)


;; Help/info buffers
(add-to-list
'display-buffer-alist
Expand Down
19 changes: 19 additions & 0 deletions modules/obsolete/me-window-purpose.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
;;; me-window-purpose.el --- Description -*- lexical-binding: t; -*-

;; Copyright (C) 2022-2024 Abdelhak Bougouffa

;; Author: Abdelhak Bougouffa (rot13 "nobhtbhssn@srqbencebwrpg.bet")

;;; Commentary:

;;; Code:


;; Manage windows and buffers according to purposes
(use-package window-purpose
:ensure t)



(provide 'obsolete/me-window-purpose)
;;; me-window-purpose.el ends here

0 comments on commit 250d11a

Please sign in to comment.