Aryadev Chavali 7eb7f70bdb (Emacs)~small changes
+key bind for normal/motion map in Info to follow nodes easily

~:display record for helpful

~some text in calc-mode

~undo tree saves in the same place as backups

~problems with compilation mode's recompile, evil collection is
starting to not work, so bind it myself

~fix :auto-insert record for Makefiles: quote at the end stops it from
matching

~org-latex-listings->org-latex-src-block-backend new org mode
2023-08-20 17:44:25 +01:00
2020-07-07 00:29:26 +01:00
2020-06-06 19:37:00 +01:00
2023-08-20 17:44:25 +01:00
2023-04-25 13:00:25 +01:00
2021-08-24 17:35:36 +01:00
2020-06-27 10:58:21 +01:00
2023-04-25 13:00:25 +01:00
2022-10-11 10:29:53 +01:00
2023-03-19 17:55:34 +00:00
2020-09-21 18:19:08 +01:00
2022-10-11 10:29:53 +01:00
2023-07-13 18:37:58 +01:00
2023-07-13 20:53:22 +01:00

Dotfiles

This repository contains most of my custom configurations for programs I use daily.

Install

  1. Clone this repository to ~/Dotfiles
  2. Construct the following directories:

    • ~/.local

      • src
      • bin
      • lib
      • share
    • ~/.config
    • ~/Downloads
    • ~/Code
    • ~/Media
    • ~/Projects
  3. Install GNU/stow
  4. Pick and choose what configurations you want

    • To install a module use stow <module>
    • To remove a module use stow -D <module>

Installing Emacs

I like a specific set of flags on my Emacs install. Prepackaged installs just won't cut it. So I'd highly recommend cloning and building my personal Emacs repo (currently v28.1). Or, if you're lazy, just run the following:

cd ~/.local/src;
git clone git@git.aryadevchavali.com:/git/emacs.git emacs;
cd emacs;
sh personal-install; # Will configure, build and attempt to install
Description
No description provided
Readme MIT 3.8 MiB
Languages
Emacs Lisp 74%
Shell 10.1%
YASnippet 8.5%
Python 5.9%
Lua 1.5%