Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-07-30 | [emacs] drop guide key and update ibuffer config | Franck Cuny | 1 | -8/+16 | |
guide key was not that helpful, hydra is a better way to deal with that problem. update ibuffer config to group files by major mode. | |||||
2019-07-30 | [emacs] ediff + paren | Franck Cuny | 1 | -3/+24 | |
add configuration for ediff, and update the settings for the paren mode. | |||||
2019-07-30 | [emacs] configuration for whitespace-mode | Franck Cuny | 2 | -11/+22 | |
with trailing white space highlight on by default, they are highlighted in places i don't care (e.g. mini buffer) and this is distracting. instead, only enable them for the modes i really care about. | |||||
2019-07-29 | [zsh] small improvement to the prompt | Franck Cuny | 1 | -1/+1 | |
2019-07-29 | [zsh] use `mg` as default editor in the terminal | Franck Cuny | 1 | -1/+1 | |
2019-07-29 | [emacs] need to load module for company. | Franck Cuny | 1 | -0/+1 | |
2019-07-29 | [emacs] improve support for go | Franck Cuny | 2 | -24/+40 | |
move the requirement for `company-go` to the module for go. rework the configuration for hydra, to make it a little bit easier. force length of comments to 80 characters per line. | |||||
2019-07-26 | [emacs] improve support for go-mode | Franck Cuny | 3 | -7/+36 | |
improve the support to write go code. adding hydra to don't have to remember all the commands i want to use with `go-guru`, and add `gotest` to run tests directly from emacs. add `company-go` for code completion. will likely add more commands to hydra as i go. | |||||
2019-07-25 | [git] some clean up | Franck Cuny | 1 | -2/+4 | |
drop some old alias for url | |||||
2019-07-25 | [emacs] use pandoc if available for markdown | Franck Cuny | 1 | -1/+4 | |
2019-06-25 | [emacs] rework the configuration for navigation. | Franck Cuny | 1 | -24/+42 | |
mostly inspired by reading https://github.com/patrickt/emacs. i've made the configuration of counsel and ivy more explicit, by splitting the customization. i've fixed the binding for searching with a buffer to rely on rgrep instead of ag (since i've switched to rg). i'm going to try the module 'guide-key' to see if i can be better at remembering some bindings (i always forget a bunch of them). | |||||
2019-06-24 | [make] update path where to store screenshots. | Franck Cuny | 2 | -6/+6 | |
2019-06-21 | [emacs] fix arguments for calling ls | Franck Cuny | 1 | -2/+2 | |
I switched to macport, and I don't have GNU ls anymore. | |||||
2019-06-21 | [emacs] font size... | Franck Cuny | 1 | -1/+1 | |
2019-06-21 | [emacs] add elpa repo for org. | Franck Cuny | 1 | -1/+2 | |
2019-06-12 | [emacs] Trying to fix my go setup | Franck Cuny | 2 | -0/+10 | |
There's a bunch of binaries that are completely out dated, and this is causing a lot of stuff to fail with emacs. | |||||
2019-06-12 | [emacs] another try to load correctly GOPATH | Franck Cuny | 1 | -3/+4 | |
2019-06-12 | [emacs] don't use tips for flycheck errors | Franck Cuny | 1 | -6/+0 | |
They are not easy to read, and it's easier to go to the message buffer when debugging something. | |||||
2019-06-12 | [zsh] replace bash with zsh | Franck Cuny | 3 | -21/+37 | |
In the next version of OS X, zsh will become the default shell. | |||||
2019-06-10 | [emacs] move org to documents instead of dropbox | Franck Cuny | 1 | -1/+1 | |
2019-06-10 | [emacs] I really need a bigger font | Franck Cuny | 1 | -1/+1 | |
2019-06-10 | [tmux] here we go again | Franck Cuny | 2 | -2/+20 | |
2019-05-23 | [emacs] merged a bunch of org-files together. | Franck Cuny | 1 | -19/+18 | |
I'll rather have fewer files and rely on tagging to find what I'm looking for. | |||||
2019-05-23 | [emacs] enable org-babel for shell mode | Franck Cuny | 1 | -0/+8 | |
2019-05-23 | [emacs] small update to some templates for org. | Franck Cuny | 2 |