Commit Graph

611 Commits

Author SHA1 Message Date
dx
72725dd00d ~literate/load-files instead of trying to guess them 2020-05-05 02:59:45 +01:00
dx
1377fe212d +popup rule for async-shell-command buffer 2020-05-05 02:59:45 +01:00
dx
fbc6a4427c ~call-process -> async-shell-command
Async shell command gives me a buffer for my output, is faster as it's
async rather than blocking my Emacs, and all around better to use.
2020-05-05 02:59:45 +01:00
dx
cfc7859884 ~setq -> defvar 2020-05-05 02:59:45 +01:00
dx
161aa2492c +editor config
Switching from spaces to tabs because tabs are better for everyone to
use.
2020-05-05 02:59:45 +01:00
dx
02f9acde41 +polybar to i3 config
Will now start instead of py3status bar. I've still got the config there
in case I want to try it some other time.
2020-05-05 02:59:45 +01:00
dx
7f95086d0f +simple launch script for polybar 2020-05-05 02:59:45 +01:00
dx
b8a9fe6b1c +some custom polybar script
Pretty simple, just paste some text on the screen. I've realised that my
problem with i3blocks wasn't the lack of complexity, but rather the lack
of variety, which polybar allows me to access.
2020-05-05 02:59:45 +01:00
dx
06884dab13 +polybar config file 2020-05-05 02:59:45 +01:00
dx
650514c137 ~.emacs.d -> .config/emacs, XDG conventions 2020-05-05 02:59:45 +01:00
dx
fd557152ed +braces to end of org keymap 2020-05-05 02:59:45 +01:00
dx
65aa56eee6 +custom rss module
When using the inbuilt RSS module, this becomes my personal config for
that module.

However, when not using that and instead using the newsticker inbuilt
for Emacs, I've got a config for that as well.
2020-05-05 02:59:45 +01:00
dx
1b3c266d77 +default frame alpha setting
Make Emacs slightly transparent, might as well use the compositor.
2020-05-05 02:59:45 +01:00
dx
be092753df ~bindings for section jumping to jump-item
Section jumping can be done through the square bracket binds, which are
actually quite intuitive. So I instead bound TAB to be jump
item (usually in vim it's "%") which allows me to quick jump around files.
2020-05-05 02:59:45 +01:00
dx
a62791091e ~rearranged some documenting content in config.org 2020-05-05 02:59:45 +01:00
dx
548072ba7e ~cl -> cl-lib along with functions cl-*
This was why I was getting the error, by using cl-* name spacing, I
remove the errors Emacs kept giving me.
2020-05-05 02:59:45 +01:00
dx
980911c5cc ~setq -> defvar: custom variables in gentemplate
defvar allows me to add some documentation on what they are and how to
use them, always nice.
2020-05-05 02:59:45 +01:00
dx
2db13f5d3d ~rofi -> dmenu
I like dmenu's aesthetic more; it's much more discrete.
2020-05-05 02:59:45 +01:00
dx
1b89c2dedc ~put all execs to end of i3 config 2020-05-05 02:59:45 +01:00
dx
cb6e01f0f7 -narrowing binds for org mode
The normal 'z{nN}' binds are good enough for me.
2020-05-05 02:59:45 +01:00
dx
ba80198a56 ~Header args option to stop results output
This is so my codeblocks don't clutter the org file.
2020-05-05 02:59:45 +01:00
dx
2e91b3831c ~put mpd in . folder 2020-05-05 02:59:45 +01:00
dx
7a04bb36cc +init.el for custom emacs configuration
Trying my hand at a custom emacs config on my own
2020-05-05 02:59:45 +01:00
dx
c65cf688fc ~doom.d -> Doom/.doom.d
Proper naming, GNU/Stow style.
2020-05-05 02:59:45 +01:00
dx
e3e4bd9710 ~some changes
CmakeLists, libgen, etc
2020-05-05 02:59:45 +01:00
dx
743221f985 +clang format to dotfiles
A nice and useful tool, so might as well keep it.
2020-05-05 02:59:45 +01:00
dx
2305952def -delete.sh and files
No need for delete, I'll just stow -d what I don't want. Files dependency no longer needed.
2020-04-24 02:48:18 +01:00
dx
0f80642f3e ~install.sh to use gnu stow now as well as a few more changes
No files dependency
2020-04-24 02:48:01 +01:00
dx
094087893a ~Moved all files to respective folders for gnu stow 2020-04-24 02:35:01 +01:00
dx
ee1220ccfb +emacsclient binding to i3 2020-04-24 02:00:55 +01:00
dx
406b2021da +gnuplot doom module 2020-04-24 01:59:27 +01:00
dx
5dac639bc0 ~refactor custom functions oreodave/->dx:
e.g. oreodave/debug -> dx:debug

This makes namespacing a lot more noticeable, and less cringy to look at.
2020-04-24 01:59:08 +01:00
dx
05ffefd7a1 +binding for loading latex fragments 2020-04-18 06:05:02 +01:00
dx
ca38c20f56 ~changed modeline for zshrc
The modeline at the top of zshrc used to state the filename as zshenv.
It is now zshrc.
2020-04-18 06:05:02 +01:00
dx
e73f0ab1e8 +ibuffer with icons to doom emacs
Extra support with all-the-icons support for ibuffer, a great buffer manager.
2020-04-18 06:05:02 +01:00
dx
36f08729fe ~changed some commands
~shell-command -> async-shell-command

+undo-tree-visualise to code bind
2020-04-18 06:05:02 +01:00
dx
af5b234a52 ~clean up whitespace 2020-04-18 06:05:02 +01:00
dx
48723f77c0 ~split dap into two sections 2020-04-18 05:49:43 +01:00
dx
47adab9d18 ~move around a few things
-the resize bindings for arrow keys
2020-04-17 21:18:04 +01:00
dx
53a689ef43 ~made background slightly more opaque 2020-04-15 04:38:34 +01:00
dx
9934ab0f35 ~moved menu vim binds to correct section 2020-04-15 04:38:22 +01:00
dx
c7917c27b7 ~switched to py3status for all my status bar needs
A lot more flexible, easy to use and nicer to look at.
2020-04-15 04:37:52 +01:00
dx
3ff2beb122 ~This section has changed to general keybind 2020-04-15 04:37:22 +01:00
dx
54551f412b ~categorized misc into leader and nonleader
This is because I want to add binds for section browsing in the 'g'
normal motion prefix. This is misc but not a leader bind, so I made it a
specific item
2020-04-15 04:36:30 +01:00
dx
eeb5ad48ae +narrowing keybind to code subleader
This keybind will narrow into a singular function when the cursor is on
the function line
2020-04-15 04:35:36 +01:00
dx
9dbf9caea4 ~i3.conf -> config
i3 won't recognize it in the .i3 folder without naming it this.
2020-04-15 04:34:46 +01:00
dx
409da20402 +put rss in config.el directly 2020-04-15 04:34:22 +01:00
oreodave
7850ba15e2 -removed binding from tmux
Not recognized
2020-04-12 01:55:39 +01:00
oreodave
da89a0512e ~from relative numbering to no numbering
I'll just use SPC t l
2020-04-12 01:54:26 +01:00
oreodave
2904ea97d7 +fzf config to zsh 2020-04-12 01:54:16 +01:00