diff --git a/init/basics/ui.el b/init/basics/ui.el index a8d0dbf..f9b7087 100644 --- a/init/basics/ui.el +++ b/init/basics/ui.el @@ -1,6 +1,6 @@ ;;; ui.el --- Configure user interfaces. -*- lexical-binding: t; -*- -;; Time-stamp: <2019-11-09T21:08:01+00:00> +;; Time-stamp: <2019-11-24T17:46:41+00:00> ;;; Commentary: ;; * treemacs diff --git a/init/programming/common.el b/init/programming/common.el index 9825e96..6a3370d 100644 --- a/init/programming/common.el +++ b/init/programming/common.el @@ -1,6 +1,6 @@ ;;; common.el --- Common programming settings. -*- lexical-binding: t; -*- -;; Time-stamp: <2019-11-20T03:33:55+00:00> +;; Time-stamp: <2019-11-25T05:17:06+00:00> ;;; Commentary: @@ -143,8 +143,8 @@ :bind ("C-c p" . 'projectile-command-map) - (:map projectile-command-map - ("k" . 'my/projectile-kill-buffers)) + ;; (:map projectile-command-map + ;; ("k" . 'my/projectile-kill-buffers)) ) ) ; unless slow-computer.