| Commit message (Collapse) | Author | Files | Lines |
|
I can't bother learning / remembering to use it. I'm removing it again
from this configuration, and will drop it completely. There's no need to
pull / maintain another dependency which will break if I don't use it.
|
|
I don't use it.
|
|
I still find this annoying.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When a directory, pressing ')' reveals git information.
|
|
These files are used at Twitter to define how to manage a project (for
code reviews, etc). They are regular YAML file.
|
|
|
|
Opening a file in source is extremely slow, and I'm guessing it's
related to git/magit, since I don't see this elsewhere. As suggested in
https://magit.vc/manual/magit/Performance.html and
https://magit.vc/manual/magit/Per_002dRepository-Configuration.html, I'm
disabling git from VC's backend, and disable refreshing the magit buffer
for source.
|
|
|
|
|
|
or stuff that I don't know what they do.
|
|
|
|
|
|
For the various prog-mode, merge the configuration into a single file so
that it's easier to maintain (I guess ?)
|
|
Some are moved to the libraries, some are deleted.
|
|
These libraries are not specific to package configuration, they can be
functions or others than I use in various places.
|
|
|
|
It's a light theme with high contrast. It was suggested in this article
https://www.manueluberti.eu/emacs/2020/03/16/modus-themes/.
|
|
There might be a bunch of stuff related to hydra that I will add, so
move the configuration to its own package to make it easier in the
future.
|
|
|
|
The configuration for the module `midnight`, `emacs-server` and
`exec-path-from-shall` is moved to the package containing a bunch of
misc. settings.
|
|
|
|
|
|
Add a new path to load custom elisp code.
|
|
|
|
|
|
Do not enable it for everything (for example I don't want it in the
various shells).
I also want to make sure the stickiness is not enabled (I don't want to
see two lines highlighted if I've two frames open).
|
|
|
|
I don't use them. Let's start fresh and simple with the default
settings, and we can build from there.
|
|
Using the current week view is not really efficient for me. Instead,
let's show the last 7 days and the next 10 days, this gives me a better
idea of what I need to work on.
|
|
The default is just fine, it's more things to manage otherwise.
|
|
|
|
|
|
Add a few bindings to move up / down / left / right.
|
|
|
|
Increase the number of available priorities, and set the default to C
when creating a new task.
|
|
|
|
Let's not force the length of the lines, but instead rely on visual line
mode to wrap them.
|
|
The default one is good enough.
|
|
|
|
|
|
|
|
|
|
A few changes to the configuration related to go, mostly to drop some
code that is not needed anymore.
Add a few more bindings for LSP.
Add `company-posframe`, which is a nicer UI for company.
|
|
Only use the `flyspell` package if we can find the binary for `aspell`
on the host.
Move a couple of settings from `:config` to `:custom`.
Use `flyspell-correct-ivy`, which is a better UX (for me) than a buffer
at the top of the frame.
|
|
|
|
|
|
Previously I was using the package `eglot` to provide LSP functionality.
However, the package uses flymake for it, while my setup in general uses
flycheck. Since lsp-mode supports both, I'm switching to ls-mode.
I'm moving the code for company to the 'prog' module, so that all things
related to general programming is in one location.
Since I'm switching to lsp-mode mode primarily for go, I can also delete
a bunch of extra functionality that is now provided by lsp-mode.
|
|
Set the size of the font to 15pt, 16 was a little bit too large on the
laptop.
|
|
Not having them displayed make it more difficult to me to navigate files
and directories.
|
|
With a bigger font, on a 13" laptop, I want magit to be full frame, I
don't want anything splitted.
Move a couple of other settings to the `:custom` section of
`use-package`.
|
|
I need to use bigger font, I wasted a lot of time yesterday on an issue
that was caused by a typo.
|
|
The setting `ivy-use-virtual-buffer` was set twice.
|
|
The module bumped the dependency on a newer version of org-mode that
does not work on my machine (I might have an older version of emacs,
and I'd need to update).
|
|
Having the files defined as `defvar` did not work: a bunch of stuff
were failing to load correctly.
Customize the look of completed tasks, to make it more obvious that I
don't need to pay attention to them.
|
|
I don't have any need for these functions.
|
|
|
|
I'm giving LSP a try with go, and I've decided to go with eglot for
now, instead of lsp-mode.
I gave a try to lsp-mode and the configuration was not obvious, it was
slow, it kept asking questions, and the UI was pretty awful.
|
|
|
|
Add the current time (in 24 hours format) to the modeline.
Configure Emacs to start in fullscreen.
Set a slightly smaller font too (but keep the same font).
|
|
|
|
If I understand correctly, this was trying to complete 'words' based
on the rest of the document, which I don't want.
|
|
|
|
|
|
Instead of having functions related to org in another file, move
everything in a single file, this makes it easier to find dead code
and update some functions.
|
|
`orgit` allows you to link to a magit buffer in org-mode.
|
|
The template for the interview was already existing, so add it back,
and add a new template for meetings. By default they all go to inbox,
and I will use the function to refile them to the work journal.
|
|
Add a docstring to the function to refile a subtree to the work
journal.
|
|
I don't use the property *TIMESTAMP_IA* so I can drop this from the
code.
|
|
Configure the calendar to start the week on Monday instead of Sunday.
|
|
I want to be able to refile some notes to a datetree. These new
functions do just that, and one of them is specific to the work
journal.
|
|
I prefer to see the details, it's easier to understand what I'm
looking at.
|
|
The light version of the theme is pretty readable, similar to
solarized but with more contrast.
I'm also adding the support for the spaceline using the spacemacs
theme, since it's pretty clean and improve the readability.
|
|
This used to work on the previous version of OSX, but not
anymore. Cleaning up the configuration too, by dropping commented
line.
|
|
|
|
Adding a menu for hydra, to jump quickly to some files.
I'm also adding a few custom commands for the agenda. After that many
experiment, I think this is what I'm missing to be more
efficient. This allows me to ignore completely how the file *looks*
and focus on getting through the tasks.
I'm also adding a few keywords for managing tasks:
- PROJECT is for large tasks (e.g. an epic). This can be transitioned
to PROJECTDONE
- MEETING and NOTES are tasks that are completed, and I use them to
keep track of various things in a project.
|
|
I'm using 3 columns, this seems to do nothing, and not annoyed enough
to go read the doc.
|
|
|
|
|
|
Use emacs implementation of `ls`, which allows us to group files by
type (only GNU's `ls` does that, not the one shipped by MacOS)
|
|
The list of tools to install is move to an org file where I can
execute the block to install everything.
Remove extra new lines that make the file harder to read.
|
|
open a magit-status buffer when running `gs`.
|
|
especially nice for switching buffer with the minibuffer view, it
shows a little bit more information.
|
|
this modeline is nice and easy to spot which modes are enabled.
|
|
this is useful to format a json buffer using jq.
|
|
|
|
this is super annoying, it tries to complete strings in comments,
which is not what i need, i only care about completion for the code.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
* `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
|
|
add a few more bindings to the menu, mostly for navigation and tests.
|
|
|
|
one template is enough to capture what ever is going on. too much
choices makes it less likely i'll use it.
|
|
|
|
there's no `json-mode`, only `js-mode`.
|
|
|
|
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).
|
|
|
|
small change to the capture template
|
|
this is pretty ugly and not really helpful.
|
|
|
|
add a few more variables for that module
|
|
review the grouping order (org first, for example, and group a few
more file extensions together).
|
|
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.
|
|
add configuration for ediff, and update the settings for the paren
mode.
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
drop some old alias for url
|
|
|
|
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).
|
|
|
|
I switched to macport, and I don't have GNU ls anymore.
|
|
|
|
|
|
There's a bunch of binaries that are completely out dated, and this is
causing a lot of stuff to fail with emacs.
|
|
|
|
They are not easy to read, and it's easier to go to the message buffer
when debugging something.
|
|
In the next version of OS X, zsh will become the default shell.
|
|
|
|
|
|
|
|
I'll rather have fewer files and rely on tagging to find what I'm
looking for.
|
|
|
|
|
|
|
|
|
|
I spend too |