summary refs log tree commit diff
path: root/emacs.d/custom (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [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] 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] add a few bindings for go.Franck Cuny2019-05-231-0/+6
|
* [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] 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] 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-302-0/+11
| | | | | 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-081-0/+24
| | | | | | | 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-175-7/+10
| | | | | | | 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] 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-1620-0/+417
This is actually an easier thing to maintain.