88cf84358690fe0f237d10e5fbd8abb953454b91
In order of complexity:
- set (leader "dd") to ~dired~ rather than ~dired-jump~, because I
think it's better to have an option to choose directory
- +dired/maybe-frame -> dired-other-frame (just use another frame always)
- dired-omit-mode config:
- When ~dired-hide-details-mode~ is on, hide all dot(files/directories)
- When ~dired-hide-details-mode~ is off, show all files (turn off ~dired-omit-mode~)
- This is achieved by hooking ~+dired/omit-files~ (which does the
above) to ~dired-hide-details-mode-hook~
Dotfiles
Introduction
My Dotfiles repository with configuration files for most of the applications I use on a daily basis.
Install
Clone this into the ~/Dotfiles directory. Install Emacs. Win.
Installing Emacs
I like a specific set of flags on my Emacs install. Prepackaged installs just won't cut it. Therefore, to make it leverage more of the system I've created, we're going to use my build of Emacs.
cd ~/.local/src;
git clone git@git.aryadevchavali.com:/oreodave/emacs.git;
cd emacs;
sh personal-install;
Currently used packages
- XServer
- vim
- Shell
- SystemD
- Emacs
- Neovim
- ClangFormat
Languages
Emacs Lisp
74%
Shell
10.1%
YASnippet
8.5%
Python
5.9%
Lua
1.5%