Commit Graph

625 Commits

Author SHA1 Message Date
dx
f4ad02ef81 +narrowing module, from narrowing handler in config.org 2020-05-10 18:01:37 +01:00
dx
786b21b019 +bind to M-c for count-words
When using visual mode, I often require the size of the selected region.
My modeline doesn't currently have a method of displaying selected text
properties, so I set this. Only works in visual mode.
2020-05-10 17:28:07 +01:00
dx
5bd00101fc ~clean p the narrow state config
Basically, setq -> defvar and using cond instead of if due to the
ability to do multiple conditions for the body of an 'if'.

I might make this a module actually.
2020-05-10 17:25:56 +01:00
dx
5bfcedb6b0 ~fboundp -> bound-and-true-p for lsp-mode check 2020-05-10 17:25:30 +01:00
dx
871b6f24c5 ~better implementation of lsp segment
Checks if lsp-workspaces has been defined.
2020-05-06 21:40:04 +01:00
dx
e053ef3d2c ~formattign for oreoline/config.el 2020-05-06 21:39:56 +01:00
dx
277c4bcac6 +feed in +rss/feed-urls 2020-05-05 20:54:55 +01:00
dx
cdea867c9d +support for unlimited tags in +rss/feed-urls
This uses the second cdr of any one feed-url item, which is the
remaining args in there.
2020-05-05 20:54:55 +01:00
dx
717181328c +prettify-symbols config in packages config
This is easier to do, I found another problem with it so I moved the C++
config to one universal one.
2020-05-05 20:54:55 +01:00
dx
cbe9926bc4 +yaml packages 2020-05-05 02:59:56 +01:00
dx
fcab09bcba ~fonts, spacing and others 2020-05-05 02:59:45 +01:00
dx
ba0ef217e8 +suctl alias for terminal
suctl = systemctl --user, useful for user services.
2020-05-05 02:59:45 +01:00
dx
80d6348cad -removed editor config
Seems to be screwing up my config in some form, elisp is being formatted
in a way I don't like. More to research I guess.
2020-05-05 02:59:45 +01:00
dx
881daaa8a8 ~spaces -> tabs
Formatting included
2020-05-05 02:59:45 +01:00
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