moved only global keybinding to `packages.el'
This commit is contained in:
parent
0a37165d0e
commit
982aac9574
@ -1,12 +0,0 @@
|
||||
;;; keybindings.el --- dired-phundrak layer keybinding file for Spacemacs.
|
||||
;;
|
||||
;; Copyright (c) 2012-2018 Sylvain Benner & Contributors
|
||||
;;
|
||||
;; Author: Lucien Cartier-Tilet <phundrak@phundrak.fr>
|
||||
;; URL: https://github.com/syl20bnr/spacemacs
|
||||
;;
|
||||
;; This file is not part of GNU Emacs.
|
||||
;;
|
||||
;;; License: GPLv3
|
||||
|
||||
(global-set-key (kbd "<s-f1>") (lambda () (interactive) (dired "~/")))
|
@ -9,6 +9,8 @@
|
||||
;;
|
||||
;;; License: GPLv3
|
||||
|
||||
(global-set-key (kbd "<s-f1>") (lambda () (interactive) (dired "~/")))
|
||||
|
||||
(defconst dired-phundrak-packages '(dired-x image-dired+ org-download)
|
||||
"The list of Lisp packages required by the dired-phundrak layer.")
|
||||
|
||||
|
Reference in New Issue
Block a user