artelse

Results 83 comments of artelse

The build directory is missing indeed. Do I need something to create it? I just npm installed vue-blu and did `npm run dev` in the `vue-blu` dir.

Was afraid I needed to do more. I am not that familiar with this build process, so if you could create a starter kit, that would be of much help...

Ok, got it working by directly linking to the cdn. In head `` and near body bottom `` and ``. I would appreciate a pointer to a good tutorial on...

I've experimented with underlining: ``` (custom-set-faces `(flyspell-incorrect ((t (:underline (:color ,nano-light-salient :style line))))) `(flyspell-duplicate ((t (:underline (:color ,nano-light-salient :style line)))))) ``` which just puts an underline on the words. But...

It appears one can control the underline offset. Here is my current configuration for flyspell and highlighting. Note that I am not familiar yet with github pr's, but is on...

Yes, it does. Just saw that [Emacs 29](https://gitlab.com/ganserla/emacs/-/commit/4f50d964e51bbe5219f40df4353f4314c7ade985) enables a `:position` property on `:underline`. Regarding the PR, will do, but am severely short on time atm.

Ok, am still learning about Emacs and currently in the process of setting up with git and local editing of repos, etc.

Ok, but where is the setup page? Perhaps I am confusing the former emacs-nano with the nano-theme. All the code blocks and tables are in variable pitch while I would...

Update: it seems the package is loaded and found the custom variables for configuration. Still, wonder what that error is. Update2: Same error and package is not loaded.. why did...

When I eval `org-bib.el` in a buffer, it loads and gives me one warning: `Warning: Use keywords rather than deprecated positional arguments to 'define-minor-mode'` Still no clue why it doesn't...