diff --git a/keybindings.el b/keybindings.el deleted file mode 100644 index 55bac9c..0000000 --- a/keybindings.el +++ /dev/null @@ -1,12 +0,0 @@ -;;; keybindings.el --- dired-phundrak layer keybinding file for Spacemacs. -;; -;; Copyright (c) 2012-2018 Sylvain Benner & Contributors -;; -;; Author: Lucien Cartier-Tilet -;; URL: https://github.com/syl20bnr/spacemacs -;; -;; This file is not part of GNU Emacs. -;; -;;; License: GPLv3 - -(global-set-key (kbd "") (lambda () (interactive) (dired "~/"))) diff --git a/packages.el b/packages.el index 877b454..7517c7c 100644 --- a/packages.el +++ b/packages.el @@ -9,6 +9,8 @@ ;; ;;; License: GPLv3 +(global-set-key (kbd "") (lambda () (interactive) (dired "~/"))) + (defconst dired-phundrak-packages '(dired-x image-dired+ org-download) "The list of Lisp packages required by the dired-phundrak layer.")