Commit Graph

59 Commits

Author SHA1 Message Date
Lucien Cartier-Tilet 0243f490f6
better org files, updated installation packages 2020-05-17 15:04:07 +02:00
Lucien Cartier-Tilet bc98d0acca
updated dotspacemacs 2020-04-29 17:49:56 +02:00
Lucien Cartier-Tilet 0f1c273b30
Updated dotspacemacs 2020-04-14 21:59:23 +02:00
Lucien Cartier-Tilet 6f5c59bdf4
Dotspacemcas update 2020-04-06 14:11:41 +02:00
Lucien Cartier-Tilet e51b7e6e17
dotspacemacs auto updated 2020-03-25 13:12:08 +01:00
Lucien Cartier-Tilet d91932bf0e
Replaced Gnus with Mu4e
Removed all Gnus configuration, replaced them with mu4e.
2020-02-25 12:33:38 +01:00
Lucien Cartier-Tilet b115f6cd8c
Updated some paths, fixed some code style, added back some shortcuts
Updated some paths after the Emacs configuration directory was moved

Some variables in my dotspacemacs were renamed in order to follow the
Spacemacs coding style with a ~//~ used for marking private variables,
and I prefixed their name with ~dotspacemacs-~ in order to avoid any
collision with other packages or configuration I write.

Added back M-« and M-» in order to fix the M-< and M-> shortcuts issue
with the bépo layout.
2020-02-16 23:56:25 +01:00
Lucien Cartier-Tilet 3105c0aa72
Forgot to commit this, fixed path to spacemacs.org 2020-02-08 16:01:38 +01:00
Lucien Cartier-Tilet 2bd06d9558
moved spacemacs.org, forgot to modify this 2020-01-16 20:18:51 +01:00
Lucien Cartier-Tilet edc7d3b970
Moved org files to single directory, Polybar config now in org file 2020-01-16 19:48:14 +01:00
Lucien Cartier-Tilet 3f06bb7740
even more of my dotspacemacs in spacemacs.org 2020-01-16 00:49:36 +01:00
Lucien Cartier-Tilet 21aa91b778
dotspacemacs/init is now also part of spacemacs.org 2020-01-15 19:04:55 +01:00
Lucien Cartier-Tilet 2ed9024d5c
Now all user config is in spacemacs.org file 2020-01-14 21:56:02 +01:00
Lucien Cartier-Tilet ad3e0d7ced
Most of the user configuration of Spacemacs now in Org file
Most of the content of `dotspacemacs/user-init' and
`dotspacemacs/user-config' is now loaded from `~/spacemacs.org'.
Literary programming ftw.
2020-01-14 21:10:21 +01:00
Lucien Cartier-Tilet fb55a58dfa
Added `helpful' layer, removed commented out require, fixed function
`helpful' is a layer that aims to provide better help buffers, and I
prefer it to Emacs’ default help mode.

I also removed the commented out `org-tempo' require as I don’t
actually need commented out code, especially this one.

I also fixed the function `terminal-here-launch' by specifying the
name of the external terminal to call.
2020-01-09 13:51:07 +01:00
Lucien Cartier-Tilet 75744ab341
updated layers, lots of LSP stuff
Removed the github layer as I don’t use it.

I also had to fix some variables for the dart layer, and add some
modes excluded from evil.

=major-modes= was added for PKGBUILD support, and notmutch layer was
removed, I’m staying on Gnus.

Shell now spawns at the bottom of the screen.

Some unused packages were removed, dired-du was added.

Added some requires and configuration for LSP and dap-mode.

Added custom function to write to buffer, used from eshell mainly.

Custom flutter-related shortcuts added for dart-mode.

Updated publishing path for langue.phundrak.com

Simplified and cleaned up some lines.
2019-12-28 22:17:22 +01:00
Lucien Cartier-Tilet 61e1815a69
Removed unused layer, fixed LaTeX exports, added Notmuch config
gpu layer and Dionysos configs were removed due to being unused. The
Notmuch layer was added so I can test this email client, and the LaTeX
options were reworked so PDF exports now do not produce errors and
Japanese characters are supported.
2019-12-05 13:43:17 +01:00
Lucien Cartier-Tilet dc71280513
Fixed header and links in Readmes, updated dotspacemacs 2019-11-30 19:45:41 +01:00
Lucien Cartier-Tilet 5945d47227
Vanilla shortcuts in dired, fixed image integration in LaTeX from org-mode 2019-11-27 01:36:16 +01:00
Lucien Cartier-Tilet 68a53bb619
Removed some old fixes now useless, unused layers, made evil bépo-compatible 2019-11-23 18:01:52 +01:00
Lucien Cartier-Tilet ccedf83ac9
Switched to LSP backend, added packages to install and configuration
In Emacs, I switched to the LSP backend for C/C++, CSS, Dart, HTML, Go,
Javascript and Python. I also removed a redundant line for web-beautify, and I
removed the plantuml layer since I don’t use it.

This lead to the installation of multiple packages, some of which were already
required but not explicitly installed by the bootstrap. I added the packages
existing in the Arch repos and the AUR, and some packages will get installed by
pip or by go’s package manager. I also set up the configuration of Chicken, and
more precisely, of its documentation.
2019-11-10 10:40:34 +01:00
Lucien Cartier-Tilet 6e15c5a232
Split dotspacemacs, edited editing style, removed unused packages
I removed my gnus configuration from my dotspacemacs file and put it into my
~/.gnus.el file.

I also added variables to my hybrid editing style for Spacemacs, and some
packages that were either redundant (e.g. explicit cmake-mode) or unused (e.g.
dionysos) were removed.
2019-11-09 18:42:15 +01:00
Phuntsok Drak-pa 810d210715
added Gitflow, added custom shortcuts, fixed gnus configuration
Added the Magit Gitflow package to Emacs.

Also added some custom shortcuts, such as `SPC o x t f` which is an alias to
`C-u M-q` or `M-1 M-q`. This is due to the change of editing style in Spacemacs,
I went from the Emacs editing style to the hybrid editing style —that is, in
normal mode, I am using evil-mode, and in insert mode, I am using Emacs’
keybinding.

This also lead me to add a couple of shortcuts for Gnus, which had a broken IMAP
configuration (wrong port).
2019-11-06 16:49:33 +01:00
Phuntsok Drak-pa a2e31d8a7b
added pass layer 2019-11-03 12:44:22 +01:00
Phuntsok Drak-pa f5c0bb387f
fixed email config, added php layer 2019-10-24 23:09:34 +02:00
Phuntsok Drak-pa 935e958679
added file shortcuts, updated email settings 2019-10-24 17:57:57 +02:00
Phuntsok Drak-pa d710d25b62 for some reason, Emacs didn’t like replacing `org` with `html` 2019-10-21 10:47:01 +02:00
Phuntsok Drak-pa 28a5cc9080 added shortcut for editing my dotfish 2019-10-21 03:05:27 +02:00
Phuntsok Drak-pa 8d8bf4c814 whitespace 2019-10-21 01:26:32 +02:00
Phuntsok Drak-pa f795dc9d0e added shortcuts for config files 2019-10-14 22:56:24 +02:00
Phuntsok Drak-pa eec74ab1b2 Added some configuration for LaTeX in Emacs 2019-10-14 13:52:19 +02:00
Phuntsok Drak-pa ee83d89d56 added shortcuts, moved `SPC o f` for flycheck-mode to `SPC o F` 2019-10-14 12:46:43 +02:00
Phuntsok Drak-pa 0bdf458b73 switched to eshell, fixed syntax, added Spacemacs shortcut 2019-10-14 12:41:00 +02:00
Phuntsok Drak-pa 1dcf57d1b4 added dired-phundrak layer for Spacemacs 2019-09-29 18:16:18 +02:00
Phuntsok Drak-pa 4e56d668b1 updated path of private file 2019-09-26 23:03:07 +02:00
Phuntsok Drak-pa a918e51e87 reorganized files 2019-09-26 20:49:23 +02:00
Phuntsok Drak-pa 75f2889d0f Added shortcuts and aggresive-indent-mode 2019-09-26 16:51:14 +02:00
Phuntsok Drak-pa 3f12fc7f89 updated tray position to a correct value in polybar 2019-09-20 12:32:31 +02:00
Phuntsok Drak-pa 523088a93c pulled changes from thinkpad branch 2019-09-20 10:08:30 +02:00
Phuntsok Drak-pa 55febf0019 better org-project definitions 2019-09-18 13:19:26 +02:00
Phuntsok Drak-pa 5a1684b7bc hide macros’ markers 2019-09-16 15:35:01 +02:00
Phuntsok Drak-pa b635c4bf5b Updated path to org conlanging project 2019-09-16 15:29:00 +02:00
Phuntsok Drak-pa 63be6f3706 layers fixes and cleanup 2019-09-16 15:28:48 +02:00
Phuntsok Drak-pa c90acd50d8 removed unused layers 2019-09-15 03:32:12 +02:00
Phuntsok Drak-pa 92e95e0d99 updated path for org project 2019-09-15 03:31:25 +02:00
Phuntsok Drak-pa 1635652c3d Added custom LaTeX class `conlang' for org-mode 2019-09-03 16:37:24 +02:00
Phuntsok Drak-pa b893b8b0a7 Better layout in Gnus 2019-09-02 23:16:15 +02:00
Phuntsok Drak-pa 40f23602a6 Spacemacs: removed unused layers and config, added systemd layer 2019-08-30 14:12:56 +02:00
Phuntsok Drak-pa 20d50d292d regex fixed in org projects 2019-08-28 14:58:49 +02:00
Phuntsok Drak-pa 1e11b7642b Back on stable Emacs, removed eshell alias that is not working 2019-08-23 13:47:17 +02:00