Aryadev Chavali 46f38953c9 (Emacs)~made :display use-package manager more idiomatic
When I originally programmed this function I was essentially acting as
a code-monkey i.e. "JUST WORK PLEASE".  Looking at the code now I see
there's a simple function to do essentially the same task, converting
from the iterative format I was using to the cleaner and more
functional ~mapcar~.
2023-07-11 21:33:53 +01:00
2020-07-07 00:29:26 +01:00
2020-06-06 19:37:00 +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
2023-03-19 17:55:34 +00:00
2020-09-21 18:19:08 +01:00
2022-10-11 10:29:53 +01:00
2022-07-28 18:26:47 +01:00

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
  • Mail
  • Neovim
  • ClangFormat
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%