summary refs log tree commit diff
path: root/emacs.d (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [emacs] start using elfeed.Franck Cuny2019-09-143-0/+29
|
* [org] small improvements to hydra and templatesFranck Cuny2019-09-141-4/+4
| | | | | set the correct title of the file for org journal, and don't add the current file when creating a new entry with org-capture.
* [emacs] add a couple more functions.Franck Cuny2019-09-141-0/+27
| | | | | | | | * `fcuny/gocs` is to use twitter's internal code search engine. * `fcuny/uniqify-region-lines` is to remove duplicated lines (useful when lines are sorted) * `fcuny/org-journal-date-format-func` is to set the correct title of the journal file
* [emacs] update hydra menu for go-modeFranck Cuny2019-09-131-9/+12
| | | | add a few more bindings to the menu, mostly for navigation and tests.
* [emacs] once again, fontsFranck Cuny2019-09-131-1/+1
|
* [org] drop all my custom templates but one.Franck Cuny2019-08-291-25/+1
| | | | | one template is enough to capture what ever is going on. too much choices makes it less likely i'll use it.
* [emacs] giving a try to eshellFranck Cuny2019-08-292-0/+40
|
* [emacs] fix configuration for jsonFranck Cuny2019-08-291-2/+2
| | | | there's no `json-mode`, only `js-mode`.
* [emacs] change fontFranck Cuny2019-08-291-1/+1
|
* [org] major rewrite of the configFranck Cuny2019-08-292-72/+335
| | | | | | | | | | i've used the workflow documented at http://www.howardism.org/Technical/Emacs/getting-more-boxes-done.html for the last few days and it's definitely better than anything i've tried so far. the rewrite is mostly to replicate the configuration (with some minor adjustments).
* [org] fix template to create tasksFranck Cuny2019-08-261-1/+1
|
* [org] set default file for inboxFranck Cuny2019-08-241-8/+5
| | | | small change to the capture template
* [emacs] don't stretch cursor on tabsFranck Cuny2019-08-241-3/+0
| | | | this is pretty ugly and not really helpful.
* [emacs] add list of tools needed for goFranck Cuny2019-08-021-0/+16
|
* [emacs] company updateFranck Cuny2019-08-021-1/+7
| | | | add a few more variables for that module
* [emacs] update grouping in ibufferFranck Cuny2019-08-021-2/+12
| | | | | review the grouping order (org first, for example, and group a few more file extensions together).
* [emacs] drop guide key and update ibuffer configFranck Cuny2019-07-301-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.
* [emacs] ediff + parenFranck Cuny2019-07-301-3/+24
| | | | | add configuration for ediff, and update the settings for the paren mode.
* [emacs] configuration for whitespace-modeFranck Cuny2019-07-301-3/+10
| | | | | | | 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.
* [emacs] need to load module for company.Franck Cuny2019-07-291-0/+1
|
* [emacs] improve support for goFranck Cuny2019-07-292-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.
* [emacs] improve support for go-modeFranck Cuny2019-07-263-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.
* [emacs] use pandoc if available for markdownFranck Cuny2019-07-251-1/+4
|
* [emacs] rework the configuration for navigation.Franck Cuny2019-06-251-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).
* [make] update path where to store screenshots.Franck Cuny2019-06-241-5/+5
|
* [emacs] fix arguments for calling lsFranck Cuny2019-06-211-2/+2
| | | | I switched to macport, and I don't have GNU ls anymore.
* [emacs] font size...Franck Cuny2019-06-211-1/+1
|
* [emacs] add elpa repo for org.Franck Cuny2019-06-211-1/+2
|
* [emacs] Trying to fix my go setupFranck Cuny2019-06-121-0/+2
| | | | | There's a bunch of binaries that are completely out dated, and this is causing a lot of stuff to fail with emacs.
* [emacs] another try to load correctly GOPATHFranck Cuny2019-06-121-3/+4
|
* [emacs] don't use tips for flycheck errorsFranck Cuny2019-06-121-6/+0
| | | | | They are not easy to read, and it's easier to go to the message buffer when debugging something.
* [emacs] move org to documents instead of dropboxFranck Cuny2019-06-101-1/+1
|
* [emacs] I really need a bigger fontFranck Cuny2019-06-101-1/+1
|
* [emacs] merged a bunch of org-files together.Franck Cuny2019-05-231-19/+18
| | | | | I'll rather have fewer files and rely on tagging to find what I'm looking for.
* [emacs] enable org-babel for shell modeFranck Cuny2019-05-231-0/+8
|
* [emacs] small update to some templates for org.Franck Cuny2019-05-232-13/+14
|
* [emacs] add a few bindings for go.Franck Cuny2019-05-231-0/+6
|
* [emacs] fix prompt for candidate name in template.Franck Cuny2019-05-141-1/+1
|
* [emacs] update templates to rely more on inbox.Franck Cuny2019-05-141-19/+14
| | | | | I spend too much time thinking where something should go. Put it in the inbox and deal with it later.
* [emacs] add 'todo' to new projects.Franck Cuny2019-05-141-1/+1
| | | | By default, new project are in 'TODO' state.
* [emacs] add a template for interviewsFranck Cuny2019-05-141-0/+11
|
* [emacs] fontify code with org-babelFranck Cuny2019-05-131-0/+1
|
* [emacs] more re-work of the templates.Franck Cuny2019-05-131-19/+16
| | | | I've added a new template to create projects.
* [emacs] add adaptive cursor.Franck Cuny2019-05-131-0/+3
|
* [emacs] clean up weekly review template.Franck Cuny2019-05-131-67/+22
| | | | Simplify the text and add a few more things.
* [emacs] add a new template for org-modeFranck Cuny2019-05-131-0/+15
| | | | This template is used to create new projects.
* [emacs] fix a couple templates for org.Franck Cuny2019-05-121-2/+4
|
* [emacs] don't export TOC and section number for org.Franck Cuny2019-05-122-1/+4
|
* [emacs] Fix some org-mode templatesFranck Cuny2019-05-121-4/+17
|
* [emacs] fix refile for org-mode with swiperFranck Cuny2019-05-121-0/+7
| | | | | | There was an issue where swiper would only offer the name of the file to refile to, not all the headings. Fix the configuration to make this work as expected.
* [emacs] Move org-mode notes to dropboxFranck Cuny2019-05-121-1/+1
|
* [emacs] Add functions to fetch title of a page/Franck Cuny2019-05-121-0/+25
| | | | | Given an URL, fetch the title of the page, and create an org-mode link from it.
* [emacs] org mode templatesFranck Cuny2019-05-031-17/+12
|
* [emacs] enable pretty entities in orgFranck Cuny2019-05-031-0/+2
|
* [emacs] once again, font sizeFranck Cuny2019-05-031-1/+1
|
* [emacs] Add a template for weekly review.Franck Cuny2019-04-303-0/+95
| | | | | In addition to the template, we introduce a new directory (etc) where this template will be. There's a new custom variable for the new path.
* [emacs] Ignore macos files when browsing.Franck Cuny2019-04-301-1/+2
|
* [emacs] Update binding for templates in org mode.Franck Cuny2019-04-301-2/+2
| | | | It's a journal, not a diary, so start with j|J.
* [emacs] Add htmlize to export to HTML.Franck Cuny2019-04-301-0/+3
| | | | Looks like I need this now to start exporting buffers to HTML ?
* [emacs] Fix the todo keywords sequence.Franck Cuny2019-04-301-10/+2
| | | | | | First, I made a typo in the name of the variable, which is why the sequencing did not work. Secondly, let's start with something simple instead of multiple sequences.
* [emacs] Be explicit for new lines in org-mode.Franck Cuny2019-04-301-7/+5
| | | | | | I don't want newline when I create to do items, but when I write new entries in various docs, I want that newline. It's better to be explicit in the configuration.
* [emacs] switch back to Source Code Pro for the fontFranck Cuny2019-04-301-1/+1
|
* [emacs] more work on org-mode.Franck Cuny2019-04-191-25/+101
| | | | | | | | | I'm adding a custom view for the agenda, in order to see tasks in order of priorities (what's urgent, important, etc). This should help me to focus and prioritize work correctly. I've also added some comments, and used the `org-directory` variable to build all the paths.
* [emacs] add a few more packages to work with go.Franck Cuny2019-04-191-0/+22
|
* [emacs] white-mode is for prog-mode only.Franck Cuny2019-04-191-1/+1
|
* [emacs] add a few more templates to org-mode.Franck Cuny2019-04-181-7/+28
|
* [emacs] set my identity.Franck Cuny2019-04-181-0/+3
|
* [emacs] Ignore some files with dired.Franck Cuny2019-04-181-0/+11
|
* [emacs] Back to using org-mode.Franck Cuny2019-04-082-0/+26
| | | | | | | I've really made a mistake when I stopped using org-mode. At the time I probably went overboard by trying to do to much with it. Now I need to rethink a workflow and how to use it efficiently for work and personal stuff.
* [emacs] Update configuration related to git.Franck Cuny2019-04-081-1/+5
|
* [emacs] When to load pants.Franck Cuny2019-04-081-0/+1
|
* [emacs] Fix the font.Franck Cuny2019-04-081-1/+1
|
* [emacs] Add a function for python's checker.Franck Cuny2019-04-081-4/+14
|
* [Emacs] Twitter related configurations are groupedFranck Cuny2019-02-171-0/+12
| | | | | Things that are related to working at Twitter are in a single file now.
* [Emacs] BUILD files are not Python.Franck Cuny2019-02-171-2/+1
| | | | BUILD files are managed by the `pants` module.
* [Emacs] Rename `common.el` to `defuns.el`.Franck Cuny2019-02-176-10/+14
| | | | | | | The name `defuns` make more sense since it's a collection of functions. All the custom variables are using the prefix 'fcuny/' consistently.
* [Emacs] Ensure we load flycheck and flyspell.Franck Cuny2019-02-166-2/+6
|
* [Emacs] Remove extra empty line.Franck Cuny2019-02-161-1/+0
|
* [Emacs] remove extra empty line.Franck Cuny2019-02-161-1/+0
|
* [emacs] Simplify flycheck configurationFranck Cuny2019-02-161-49/+13
| | | | | I do not need custom style for reporting errors. Also move settings to `:custom`.
* [emacs] Split configuration in multiple files.Franck Cuny2019-02-1621-329/+442
| | | | This is actually an easier thing to maintain.
* [emacs] Add a function to select and copy buffer.Franck Cuny2019-02-161-1/+8
|
* [emacs] Same font size as my terminal.Franck Cuny2019-02-111-1/+1
|
* clean up.Franck Cuny2019-01-191-0/+343
| | | | Removed scripts and some configs, they will be in their own repo.
* Shuffling things around in this repoFranck Cuny2018-08-059-572/+0
|
* [emacs] set font size for osxFranck Cuny2018-07-291-1/+1
|
* [emacs] BUILD files are python (at work)Franck Cuny2018-07-171-1/+4
|
* [emacs] Simplify the configurationFranck Cuny2018-07-1721-375/+294
| | | | Reduce the number of configuration files.
* [emacs] Set font per operating system.Franck Cuny2018-07-082-0/+6
|
* [emacs] Reduce number of configuration files.Franck Cuny2018-07-085-55/+45
| | | | Group settings in a sensible way.
* [emacs] Ensure magit is installed.Franck Cuny2018-07-071-0/+1
|
* [emacs] Configure correctly for linux (chrome).Franck Cuny2018-07-074-2/+17
| | | | | Ensure go binaries are in the path for emacs and add custom settings for linux.
* [emacs] All spelling configs in one place.Franck Cuny2018-07-064-18/+20
|
* [emacs] Forgot to add the serializer config.Franck Cuny2018-07-062-0/+39
| | | | Closes #6
* [emacs] Consolidate all serializers format in one file.Franck Cuny2018-07-065-41/+1
| | | | | | This is easier to maintain. Closes #6
* [emacs] Configure correctly python.Franck Cuny2018-07-031-5/+16
| | | | Add anacondo, load eldoc correctly, etc.
* [emacs] A number of fixes for go-modeFranck Cuny2018-07-031-21/+30
| | | | | Set correctly go-eldoc, set the width of tab to 2, define a proper hook, etc.
* [emacs] Remove configuration for rustFranck Cuny2018-07-013-34/+0
| | | | Remove backup file too for basic settings.
* [emacs] Massive rewriteFranck Cuny2018-06-2958-766/+532
|
* [emacs] Move back some configs to init.elFranck Cuny2018-06-133-66/+54
|
* [emacs] mehFranck Cuny2018-06-111-2/+0
|
* [emacs] fix comment for fringeFranck Cuny2018-06-111-1/+1
|
* [emacs] Update hydra definition for projectileFranck Cuny2018-06-111-32/+20
|
* [emacs] Some cleanup for markdown.Franck Cuny2018-06-051-9/+2
|
* [emacs] Some clean up for the server.Franck Cuny2018-06-051-3/+2
|
* [emacs] Some major clean up.Franck Cuny2018-06-0520-98/+67
| | | | | | Switch from `(require)` to `(load)`, which does not cause warning with flymake. Remove `:ensure t` since it's the default.
* [emacs] add support for javascriptFranck Cuny2018-05-101-0/+12
|
* [emacs] some minor tweask to autocompleteFranck Cuny2018-05-101-3/+3
|
* [emacs] add racer for rustFranck Cuny2018-05-101-0/+4
|
* [emacs] Add a few more settings for rust.Franck Cuny2018-04-171-1/+3
|
* [emacs] some more hydra stuff.Franck Cuny2018-04-172-2/+3
|
* [emacs] Rewrite the python module.Franck Cuny2018-04-171-11/+5
|
* [emacs] Add a custom variable for the files ignored by projectile.Franck Cuny2018-04-172-2/+16
|
* [emacs] Add hydra for magit.Franck Cuny2018-04-121-1/+14
|
* [emacs] Add hydra for projectile.Franck Cuny2018-04-121-0/+44
|
* [emacs] Add smart-mode-line and a larger fringe.Franck Cuny2018-04-121-1/+14
|
* [emacs] Fix (I think) the binding for hydraFranck Cuny2018-04-085-16/+29
|
* [emacs] Add additional variables.Franck Cuny2018-04-083-6/+11
|
* [emacs] Rename some custom variables.Franck Cuny2018-04-083-18/+26
| | | | Use '-' as a separator instead of '/' in some variable's names.
* [emacs] Large refactoring.Franck Cuny2018-04-0843-830/+820
| | | | | | | | | | | At first I wanted to add support for java, and then I realized that maintaining a giant file with all the packages was not working as I was expected. The configuration is broken down to multiple files now, with each major mode in a separate file, and the main modules in their own too. This should make it easier to maintain and organize.
* [emacs] fix some path after directories reorgFranck Cuny2018-04-012-4/+4
|
* [emacs] fix font (again)Franck Cuny2018-03-271-1/+1
|
* [emacs] well, fonts ...Franck Cuny2018-03-221-1/+1
|
* [emacs] Emacs is not a tool to operate hosts/clusters.Franck Cuny2018-03-221-13/+0
|
* [emacs] add support for rust.Franck Cuny2018-03-221-0/+16
|
* [emacs] Add Google's C style guide.Franck Cuny2018-02-281-0/+3
|
* [emacs] No, smaller font :pFranck Cuny2018-02-281-1/+1
|
* [emacs] some visual changes:Franck Cuny2018-02-281-5/+3
| | | | | | - change frame title to include filename - bigger fringe - biffer font (again)
* [emacs] add support for protobufFranck Cuny2018-02-281-0/+4
|
* [emacs] some cleanup too, remove unused stuffFranck Cuny2018-02-202-18/+10
|
* [Emacs] Set different font size for Linux and darwin.Franck Cuny2018-02-181-1/+3
| | | | We want a smaller font on Linux.
* [emacs] Set font to DejaVuFranck Cuny2018-02-141-1/+1
|
* [emacs] Default theme / font / colors.Franck Cuny2018-01-172-2/+1
|
* [emacs] Add back my theme and switch font size / family.Franck Cuny2018-01-163-11/+11
|
* [emacs] add scala-modeFranck Cuny2017-10-181-0/+4
|
* [emacs] smaller fontFranck Cuny2017-09-201-1/+1
|
* [emacs] Add org-mode configuration once again.Franck Cuny2017-06-162-2/+53
| | | | Only load some packages if we are using a recent version of Emacs.
* [Emacs] Move packages configuration to a new file.Franck Cuny2017-04-273-458/+428
| | | | | Keep `init.el` as small as possible, and move all the packages to their own configuration file.
* [Emacs] fix a commentFranck Cuny2017-04-271-1/+1
|
* [Emacs] Remove configuration for termFranck Cuny2017-04-271-38/+0
| | | | | I do not use it, since it's too slow and not as convenient as using a real terminal.
* [Emacs] Remove configuration for eshellFranck Cuny2017-04-271-22/+0
| | | | I don't use it (this is too slow)
* [Emacs] update binding for agFranck Cuny2017-04-271-2/+8
|
* [Emacs] small adjustment to wabi-sabi.Franck Cuny2017-04-071-5/+5
| | | | A little bit less "yellow".
* [Emacs] Use the system's default mono font.Franck Cuny2017-04-071-1/+1
| | | | Menlo on OSX
* [Emacs] Remove spacelineFranck Cuny2017-04-071-8/+0
|
* [Emacs] change the style of the cursor.Franck Cuny2017-04-061-1/+1
|
* [Emacs] cosmetic change (font size and background color)Franck Cuny2017-03-142-2/+2
|
* [Emacs] Don't use native fullscreen for OSX.Franck Cuny2017-02-271-0/+4
|
* [Emacs] Enable global highlight and fix font.Franck Cuny2017-02-271-1/+4
|
* [Emacs] Change the theme for spaceline.Franck Cuny2017-02-271-1/+2
|
* [Emacs] Use different color for highlight and region.Franck Cuny2017-02-271-2/+3
|
* [Emacs] Simple configuration for org-mode.Franck Cuny2017-02-181-3/+12
|
* [Emacs] Remove configuration for 'popwin'.Franck Cuny2017-02-181-7/+0
| | | | Another package I don't use.
* [Emacs] Remove dependency for gist.Franck Cuny2017-02-181-5/+0
| | | | I don't use it.
* [Emacs] Move all the configuration related to twitter to it's own fileFranck Cuny2017-02-183-61/+90
| | | | | | The configuration for the style checker; the functions to create remote files on nest; etc. All are now living in a file with all things related to twitter.
* [Emacs] Move wabi-sabi theme inside this repo.Franck Cuny2017-02-172-1/+63
|
* [Emacs] and back to a smaller fontFranck Cuny2017-02-161-1/+1
|
* [Emacs] Add spacelineFranck Cuny2017-02-101-0/+7
|
* [Emacs] Remove `flycheck-pos-tip`.Franck Cuny2017-02-041-7/+0
| | | | | | I rarely use the mouse, and most of the time the tip is not displayed at the correct location. Not worth the trouble to fix it, just stop using it.
* [Emacs] Use pop-win for pants' buffer.Franck Cuny2017-02-031-0/+7
| | | | Display the buffer in a pop-up window.
* [Emacs] Remove custom checker for Python style.Franck Cuny2017-01-271-17/+7
| | | | | The checker lives in it's own repository: https://github.com/franckcuny/flycheck-twitter-python-style
* [Emacs] Improve support for Golang.Franck Cuny2017-01-271-19/+25
| | | | | Install a few extra packages (go-guru, gotest); rewrite the hooks into a function; don't display tabs with withespace mode.
* [Emacs] Install company (and support for go).Franck Cuny2017-01-271-0/+12
|
* [Emacs] Update configuration for ibuffer.Franck Cuny2017-01-131-0/+11
|
* [Emacs] Add a few more functions to work with 'nest' hosts.Franck Cuny2017-01-121-1/+24
| | | | | | | Add a function to open a dired buffer on a remote host, and a function to do that for nest. Also add a few functions to (un-)monitor hosts from Emacs.
* [Emacs] Stop using `smart-mode-line'.Franck Cuny2017-01-121-9/+0
|
* [Emacs] Giving another go to smart-mode-line.Franck Cuny2017-01-031-0/+9
|
* [Emacs] The only VC backend I care about is Magit.Franck Cuny2017-01-031-7/+3
|
* [Emacs] Disable menu bar.Franck Cuny2017-01-031-1/+1
|
* [emacs] Slightly bigger font and no bell.Franck Cuny2017-01-021-1/+5
|
* [Emacs] Update a comment.Franck Cuny2016-12-161-1/+1
|
* [Emacs] Files for phabricator commits are in git-commit-mode.Franck Cuny2016-12-151-0/+3
|
* [Emacs] Delete phabricator for now.Franck Cuny2016-12-151-5/+5
|
* [Emacs] Delete the custom theme.Franck Cuny2016-12-152-65/+6
| | | | It now lives in it's own repository.
* [Emacs] Remove a python hook.Franck Cuny2016-12-151-2/+1
|
* [Emacs] BUILD files are python.Franck Cuny2016-12-151-2/+2
|
* [emacs] Don't open magit in fullscreen.Franck Cuny2016-12-151-1/+0
|
* [emacs] Hopefully fix exec-shell thingy.Franck Cuny2016-12-151-2/+3
|
* [emacs] Don't use powerline.Franck Cuny2016-12-151-8/+0
|
* [emacs] Use default fontFranck Cuny2016-12-151-1/+1
|
* [Emacs] a few more changes to the theme.Franck Cuny2016-12-061-14/+12
|
* [Emacs] Set the cursor type.Franck Cuny2016-11-301-0/+3
|
* [Emacs] Simplify the mode-line by using only powerline.Franck Cuny2016-11-261-57/+9
| | | | Simplify the configuration for flycheck too.
* [Emacs] some small adjustments to the theme.Franck Cuny2016-11-221-16/+28
|
* [Emacs] Fix hook for Makefile.Franck Cuny2016-11-221-3/+2
|
* [Emacs] Add eldoc for python mode.Franck Cuny2016-11-221-0/+1
|
* [Emacs] slightly better colors for flycheck status.Franck Cuny2016-11-221-3/+3
|
* [Emacs] remove another TAB.Franck Cuny2016-11-211-3/+1
|
* [Emacs] Add colors for flymake status.Franck Cuny2016-11-211-3/+3
|
* [Emacs] Display how long it takes to load the configurationFranck Cuny2016-11-212-12/+3
| | | | | Instead of writing a custom function, use the emacs-startup-hook for that.
* [Emacs] Don't hard code string.Franck Cuny2016-11-211-2/+2
|
* [Emacs] Remove TABS and replace them with spaces.Franck Cuny2016-11-211-4/+4
|
* [Emacs] proper configuration for white spaces.Franck Cuny2016-11-201-3/+7
| | | | Enable it via a hook for all programming modes.
* [Emacs] highlight current line.Franck Cuny2016-11-201-4/+5
|
* [Emacs] Some updates to my own theme.Franck Cuny2016-11-201-8/+7
|
* [Emacs] Use spaceline to manage the mode-line.Franck Cuny2016-11-201-0/+38
| | | | We can have a fancy and more readable mode line with the help of spaceline.
* [Emacs] Use a symbol for the mode name for Magit.Franck Cuny2016-11-201-0/+3
|
* [Emacs] Make flycheck more readable in the mode line.Franck Cuny2016-11-201-13/+16
| | | | | | This new configuration should be more easy to read, with report for individual errors/warnings/info. For every state other than 'finished', we display the report with ? instead of numbers.
* [Emacs] Highlight current line.Franck Cuny2016-11-201-0/+7
|
* [Emacs] Use DejaVu Sans Mono for the font, add time, and bookmarks.Franck Cuny2016-11-201-4/+12
| | | | | The bookmarks can be useful (for example, to go quickly to a thrift definition, when I never remember the path).
* [Emacs] Split the configuration in individual lines.Franck Cuny2016-11-201-14/+33
| | | | | Instead of having a large `(setq ...)', let's have multiple one. This makes it easier to comment on them.
* [Emacs] Try a new font (Go Mono).Franck Cuny2016-11-171-5/+2
|
* [Emacs] 'projectile-global-mode' has been renamed to 'projectile-mode'.Franck Cuny2016-11-171-1/+1
|
* [Emacs] Group ruby buffers on the mode name, not file extension.Franck Cuny2016-11-171-1/+1
|
* [Emacs] Load my theme.Franck Cuny2016-11-171-0/+8
|
* [Emacs] Add a custom theme.Franck Cuny2016-11-171-0/+50
| | | | | A simple theme, with no syntax highlighting. The text is black, and comments / documentation are bold (to make it easier to see).
* [Emacs] add a few commentsFranck Cuny2016-11-121-1/+3
|
* [Emacs] Rename config.el to settings.elFranck Cuny2016-11-122-3/+3
|
* [Emacs] Add docstring and update some settings.Franck Cuny2016-11-111-148/+205
| | | | Hopefully this is the last time I 'batch commit' a large change that way.
* [Emacs] renamed my custom files and load them with use-package.Franck Cuny2016-11-114-9/+29
| | | | | | | The new names are more logical. They are loaded with `use-package', and the bindings are also set that way. For general bindings, we store them in the 'bindings.el' library.
* [Emacs] small changes to the style.Franck Cuny2016-11-091-1/+4
| | | | | Use a light gray for the mode line and a very light yellow for the background.
* [Emacs] Add a few custom functions.Franck Cuny2016-11-081-0/+46
| | | | Mostly stolen from spacemacs.
* [Emacs] display message in mini buffer for a short amount of timeFranck Cuny2016-11-081-0/+3
|
* [Emacs] A few more settings for flyspell.Franck Cuny2016-11-081-3/+9
| | | | Use ivy to suggest words.
* [emacs] Nicer configuration for flycheck.Franck Cuny2016-11-021-23/+43
|
* [emacs] Remove the configuration for time.Franck Cuny2016-11-021-7/+0
|
* [emacs] Move diminish at the top.Franck Cuny2016-11-021-3/+3
|
* [emacs] Main configuration for `swiper' is done with `ivy'.Franck Cuny2016-10-291-6/+1
|
* [emacs] A few more fixes for `exec-path-from-shell'.Franck Cuny2016-10-291-2/+5
|
* [emacs] More configuration for dired.Franck Cuny2016-10-291-1/+12
| | | | | Enable the package `dired-x', and make sure we use `gls` instead of ls only if the binary is available.
* [emacs] Add main configuration for `ivy'.Franck Cuny2016-10-291-0/+37
|
* [emacs] Move server configuration at the top.Franck Cuny2016-10-291-4/+5
|
* [emacs] A few more fixesFranck Cuny2016-10-291-33/+44
|
* [emacs] Use `shell-pop'.Franck Cuny2016-10-291-0/+11
|
* [emacs] Don't load settings for org-mode.Franck Cuny2016-10-291-2/+0
|
* [emacs] Ensure a few packages are indeed installedFranck Cuny2016-10-291-0/+5
|
* [emacs] REPL for racket is in a container.Franck Cuny2016-10-291-1/+2
|
* [emacs] Fix configuration for `flycheck'.Franck Cuny2016-10-291-39/+41
|
* [emacs] Make sure .py and .aurora files are marked as python.Franck Cuny2016-10-291-1/+3
|
* [emacs] Nicer configuration for `ibuffer'.Franck Cuny2016-10-291-1/+28
| | | | Group buffers per mode.
* [emacs] Ensure go-eldoc and gotest are installed.Franck Cuny2016-10-291-1/+4
|
* [emacs] Add settings for `eshell' and `lisp-mode'.Franck Cuny2016-10-291-0/+27
|
* [emacs] Fix for `exec-path-from-shell'.Franck Cuny2016-10-291-1/+2
| | | | Still struggling to get this right.
* [emacs] Add settings for `shell-pop'.Franck Cuny2016-10-291-0/+11
|
* [emacs] Add a few more settings for `helm'.Franck Cuny2016-10-291-1/+11
|
* [emacs] Add back missing binding for dired.Franck Cuny2016-10-291-0/+1
|
* [emacs] Move binding to eval region.Franck Cuny2016-10-291-0/+1
|
* [emacs] Ensure `diminish' is installedFranck Cuny2016-10-291-1/+2
|
* [emacs] Update settings for `ag'.Franck Cuny2016-10-291-1/+5
|
* [emacs] Don't set the location for the notesFranck Cuny2016-10-291-4/+1
| | | | This has been removed.
* [emacs] Re-organize variables for the package module.Franck Cuny2016-10-291-7/+4
|
* [emacs] Add configuration to manage terminals.Franck Cuny2016-10-261-0/+36
| | | | | Manage my terminals in emacs. A few functions to quickly create new buffers and one to switch between them.
* [emacs] Some changes to the UI.Franck Cuny2016-10-261-8/+6
|
* [emacs] add a couple of functions to open temp filesFranck Cuny2016-10-261-11/+15
| | | | | | | | One of the function is to create a temp file locally, while the second one is to create it on nest. Remove the function to find the wiki pages (they are stored in Keep and Drive now).
* [emacs] Use unicode for everything.Franck Cuny2016-10-141-0/+2
|
* [emacs] Change the font size and the frame's title.Franck Cuny2016-10-141-2/+6
| | | | | | | | Use a bigger font for the main window, and a smaller one for the modeline. Change the title of the frame to contain the mode and the name of the file.
* [emacs] Delete configuration for org-mode.Franck Cuny2016-10-141-43/+0
|
* [emacs] Copy more environment variables.Franck Cuny2016-10-141-2/+6
| | | | | For the linter in puppet to work correctly, we need to copy the environment variables for GEM and so on.
* [emacs] Fix indentation for a function.Franck Cuny2016-08-221-7/+7
|
* [emacs] Add a function to open a doc. pageFranck Cuny2016-08-222-0/+15
| | | | | | Use ivy/read to list all the documentation page and open one with. Closes #24.