moved only global keybinding to `packages.el'

This commit is contained in:
Phuntsok Drak-pa 2019-09-29 18:06:03 +02:00
parent 0a37165d0e
commit 982aac9574
2 changed files with 2 additions and 12 deletions

View File

@ -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 "~/")))

View File

@ -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.")