Commit Graph

1550 Commits

Author SHA1 Message Date
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
58e098d9ab (Mail)~post-new hook so that emails from me aren't in inbox 2022-09-14 00:47:16 +01:00
Aryadev Chavali
54e36d5292 (XServer)~xrandr records for monitors, picom now uses vsync 2022-09-14 00:47:08 +01:00
Aryadev Chavali
fbbe68f319 (Shell)+systemd call to import user PATH to modules, debuginfo call
SystemD now knows my path on user login, which is a great help as
Emacs has always been kinda weird in server mode (which I've only just
figured out to be a problem of SystemD rather than Emacs).

debuginfod's profile script for some reason doesn't work for zsh,
which means the ~DEBUGINFOD_URL~ variable isn't set.  So set it up
here.
2022-09-14 00:45:42 +01:00
Aryadev Chavali
ad853af43b (SXHkD|Scripts)~changed some details
~ made emacsclient calls with no alternate editors in
  eselect (confidence in server)
~ made notmuch option on eselect actually work properly
~ adjusted icons in status scripts
2022-09-14 00:45:42 +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
573ed54b9a (alacritty)~opacity to properly work
Classifies under window, set opacity there.
2022-07-30 01:51:22 +00:00
Aryadev Chavali
df54e35264 (alacritty)~background_opacity->window.opacity 2022-07-30 01:40:44 +00: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
0634886d28 (README)~update README 2022-07-28 18:26:47 +01:00
Aryadev Chavali
b5945ec68a (SXHkD)+bindings,~links 2022-07-28 18:23:34 +01:00
Aryadev Chavali
b2430eb65a (Mail|Shell)~clean up 2022-07-28 18:23: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
fe2218e182 (*)~general fixes, small scale
(notmuch)+junk tag
(Shell)~sdkman so it uses the current username
2022-07-12 18:53:18 +01:00