diff --git a/01mac.el b/01mac.el index 748863d..bf8d18f 100644 --- a/01mac.el +++ b/01mac.el @@ -1,7 +1,6 @@ ;;;;;;;;; GC configuration ;;;;;;;;;;;;;;;;;;; (setq gc-cons-threshold 50000000) - ;;;;;;;;; TRAMP configuration ;;;;;;;;;;;;;;;; (setq tramp-default-method "ssh") diff --git a/03hydra.el b/03hydra.el index 5426266..e2e3156 100644 --- a/03hydra.el +++ b/03hydra.el @@ -4,10 +4,11 @@ " ^Ivy^ ^Projectile^ ^Magit^ ^^^^^^^^------------------------------------------------------------------------ -_a_: ag _s_: Switch project _m_: status +_a_: ag _s_: Switch project _m_: Git status _b_: Switch buffer _f_: Find file in project _t_: Find file _g_: ag in current project -^^ _c_: invalidate cache +^^ _c_: Invalidate cache +^^ _n_: New project " ("q" nil "cancel" :color pink) @@ -18,7 +19,8 @@ _t_: Find file _g_: ag in current project ("f" counsel-projectile-find-file) ("g" counsel-projectile-ag) ("c" projectile-invalidate-cache) - ("m" magit-status)) + ("m" magit-status) + ("n" projectile-add-known-project)) (global-set-key (kbd "C-c p") 'hydra-file-switcher-menu/body)