Commit Graph

611 Commits

Author SHA1 Message Date
Aryadev Chavali
6bb587d877 (Emacs)+common lisp configuration
Using sly, make a LISP IDE in Emacs.  REPL with high level
integration, first class syntax highlighting and error reporting and
an environment literally built out of it.
2022-09-14 00:47:16 +01:00
Aryadev Chavali
0f00c351aa (Emacs)+org-link-frame-setup
Always open a new frame when opening link in org-mode: predictable,
safe behaviour which leaves it up to my window manager as to what to
do next.  Most of my opened links are files that I want to examine
along with the org file I opened them from: this allows me to do
exactly that.
2022-09-14 00:47:16 +01:00
Aryadev Chavali
f89ebf476e (Emacs)~minor changes 2022-09-14 00:47:16 +01:00
Aryadev Chavali
3550b34cc0 (Emacs)+eshell extra functionality to eshell
+ Nicer prompt which shows git information on the fly.
+ Cute figlet banner for start of eshell

Pretty nifty!
2022-09-14 00:47:16 +01:00
Aryadev Chavali
81d25daf61 (Emacs)+early-init native-compilation options
Set to 4 workers at the start to make compilation at least as fast as
possible: my laptop has 4 cores so it'll just slow it down until early
compilation is done, while my desktop can still keep going as it has 8
threads.  In config.org this is setup correctly so the rest of the
config (which is the much larger part) uses a system dependent number
of cores.
2022-09-14 00:47:16 +01:00
Aryadev Chavali
df8c384630 (Emacs)~colours of mode-line
In particular they now have *blue foregrounds with a dull blue for
inactive buffers.
2022-09-14 00:47:16 +01:00
Aryadev Chavali
526ff65320 (Emacs)~update pdf-tools free version 2022-09-14 00:47:16 +01:00
Aryadev Chavali
63dbce1357 (Emacs)~whitespace now shows spaces
Might be kinda useless but I think it actually makes it a bit easier
to distinguish what's written in a file.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
88cf843586 (Emacs)~changes to dired configuration
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~
2022-09-14 00:45:42 +01:00
Aryadev Chavali
2d6e13bbbc (Emacs)+all-the-icons
Allows for insertion of emojis, though ~counsel-unicode-char~ allows
you to do that too 🤔
2022-09-14 00:45:42 +01:00
Aryadev Chavali
9c48f081ee (Emacs)~rg binding "sr"->"sR"
I use counsel-rg usually as it provides instant results.  At the point
where I'll need a compilation-like buffer of results I'll just use one
of the *grep functions, which work regardless of ripgrep being
installed (essentially just learn one tool, well, rather than multiple
tools, badly.)
2022-09-14 00:45:42 +01:00
Aryadev Chavali
49d8773043 (Emacs)~display-line-numbers-type absolute->relative
Relative numbers are cooler, easier to see what your program is
reading in a file using relative numbers.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
986e0084cd (Emacs)+feature to +olivetti-mode
Now disables mode line for extra *immersion*
2022-09-14 00:45:42 +01:00
Aryadev Chavali
b2898fb7d6 (Emacs)+object based compilation for Makefile auto insert
Faster overall, incremental compilation.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
0217fee467 (Emacs)+compile keybindings
next-error, previous-error and recompile to make compilation easier: I
can now traverse through errors and retry compiling without having to
leave code buffers!
2022-09-14 00:45:42 +01:00
Aryadev Chavali
072fbf5760 (Emacs)~= -> ~ code tag 2022-09-14 00:45:42 +01:00
Aryadev Chavali
2e2ee6e586 (Emacs)+clean buffer list functionality
Better than using ibuffer, just does it like a macro.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
4c4fbf6980 (Emacs)+dired insert all subdirectories -dired display functions
Just a nice bit of functionality, also added bindings for stuff I've
needed when using dired recently.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
42e2bf3890 (Emacs)~clean up headings, descriptions and bits of code 2022-09-14 00:45:42 +01:00
Aryadev Chavali
9f0fb20343 (Emacs)+italic to ivy-current-match personal-primary-theme 2022-09-14 00:45:42 +01:00
Aryadev Chavali
9039941398 (Emacs)~org bindings org-ctrl-c->org-todo, insert strucutre template 2022-09-14 00:45:42 +01:00
Aryadev Chavali
d98dad559c (Emacs)~default size of font on oldboy 125->140
Old man eyes
2022-09-14 00:45:42 +01:00
Aryadev Chavali
c95f51f446 (Emacs)+org/swiper-goto
Better version of org-goto, use in place imenu when in org mode documents
2022-09-14 00:45:42 +01:00
Aryadev Chavali
b5d8363a9c (Emacs)+toggles for undo-tree-visualize and whitespace-mode 2022-09-14 00:45:42 +01:00
Aryadev Chavali
345ed86b51 (Emacs)~description for calc mode
List of tools.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
fa5b8bdefb (Emacs)+ivy posframe
Last time I used this thing was 3 years ago (5c72c72) in Doom.  This
configuration is largely similar to that, but without whatever magic
doom did for the 'childframe' module.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
284b709c3c (Emacs)~reordered ivy/counsel blocks, ~better defer patterns
Set orderless ivy integration in orderless package rather than ivy for
better deferral.

Set counsel-grep-swiper-limit to ~1.5MB because swiper usually can
handle it and I really don't like counsel-grep as I need to put in at
least two characters to get a result back.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
1a45eebcea (Emacs)+transpose prefix
Transposing objects?  Pretty cool Emacs, but I'd like it in vim.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
1ed167c747 (Emacs)~refactor general-def system
Firstly use ~(general-evil-setup t)~ to create aliases for general-def
that are similar to evil (nmap, vmap, etc).  Define my own nmmap which
combines normal and motion states.

Refactor all uses into the general-evil aliases.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
34434e3ac8 (Emacs)+org-format-latex-options
Provides finer control over fragment options.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
39a060f377 (Emacs)~org-mode variables: todo-keywords, babel-load-languages
-wait keyword from org-todo-keywords because it's useless

+shell language capability to babel.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
e1f7953786 (Emacs)+org-clock-report functionality
Provides the ability to generate a report in your file, and also an
advice which (when a toggle is enabled) regenerates the top level
report after clock out.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
6abe0dcf1a (Emacs)-mwim, unicode-emoticons, tuareg, +fd-dired, ~update versions
Just remove a few useless packages and update my cached versions list.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
f38eb6b350 (Emacs)~evil packages now use :after evil
+activate mode in :config

~evil mc using doom Emacs' multiple-cursors module
2022-07-28 19:14:10 +01:00
Aryadev Chavali
c217f961f0 (Emacs)~alpha 0.95->0.9,+height for keyword,+support for native comp
Also deleted my install script, check out
https://git.aryadevchavali.com:/oreodave/emacs.git for my Emacs build.
2022-07-28 18:15:14 +01:00
Aryadev Chavali
389317368c (Emacs)+makefile auto insert 2022-07-28 18:14:32 +01:00
Aryadev Chavali
7a55a025e8 (Emacs)~move around bindings, ~general fixes 2022-07-28 18:13:50 +01:00
Aryadev Chavali
59efce4986 (Emacs)+org clock in configuration 2022-07-28 18:12:31 +01:00
Aryadev Chavali
79522df565 (Emacs)+org agenda configuration, +binding for org auto compile 2022-07-28 18:12:07 +01:00
Aryadev Chavali
d7a6d933c8 (Emacs)~pdf tools, ~title for compilation
+display system for pdf opening
2022-07-28 18:11:17 +01:00
Aryadev Chavali
70605994d0 (Emacs)+info configuration
Info is Emacs' documentation system, and a GNU binary that tried to
replace 'man' (to limited success)
2022-07-28 18:09:51 +01:00
Aryadev Chavali
e9f788aba9 (Emacs)~description for org core 2022-07-28 18:09:28 +01:00
Aryadev Chavali
efa73c23ea (Emacs)~evil packages to hook to evil-mode-hook
Instead of running the mode itself, hook to every time we run evil
mode to make it easier to see load flow.
2022-07-28 18:08:29 +01:00
Aryadev Chavali
5bb16f1cca (Emacs)~theme personal->personal-primary, +results=none
+new theme with better colours

+result for header args to make loading lisp less annoying (don't
insert your results)
2022-07-28 18:04:14 +01:00
Aryadev Chavali
87d147264c (Emacs)+personal-primary-theme
This changes some colours, adding matching colours for counsel and
changing colours for font-locks to fit an RBG type theme.
2022-07-28 17:55:13 +01:00
Aryadev Chavali
301c7bbb4a (Emacs)~extra bits and pieces before the push
Migrating over to laptop.
2022-05-04 13:11:48 +01:00
Aryadev Chavali
05dc2163c7 (Emacs)+ocaml configuration 2022-02-08 22:51:07 +00:00
Aryadev Chavali
1fa5933f19 (Emacs)+dired bind for wdired mode 2022-02-08 22:50:51 +00:00
Aryadev Chavali
bb9f4d0ee1 (Emacs)~resolve a merge conflict
Forgot I had this.
2022-02-08 22:50:38 +00:00
Aryadev Chavali
8ab655dc4b (Emacs)+personal-theme: line-number styling 2022-02-04 04:47:08 +00:00