13 lines
375 B
EmacsLisp
13 lines
375 B
EmacsLisp
|
;;; 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 "~/")))
|