emacs-bootstrap icon indicating copy to clipboard operation
emacs-bootstrap copied to clipboard

Your on-the-fly Emacs development environment.

Results 17 emacs-bootstrap issues
Sort by recently updated
recently updated
newest added

Tracks change in new Flask API to fix bug on /generate POST: return send_from_directory(directory=directory, path='emacs.d.zip') TypeError: send_from_directory() missing 1 required positional argument: 'path' This is required for the generate command...

Org files lead to sluggish behavior

[{"_id":"6344050b6a9f94608c57b072","body":"Seems similar to https:\/\/github.com\/editor-bootstrap\/emacs-bootstrap\/issues\/30. I'll try and profile there.","issue_id":1660405401334,"origin_id":844345638,"user_origin_id":39317653,"create_time":1621447692,"update_time":1621447692,"id":1665402123990,"updated_at":"2022-10-10T11:42:03.990000Z","created_at":"2022-10-10T11:42:03.990000Z"}] comment

## Symptoms I'm sorry I don't have much concrete info as to why, but here's what I know so far: - Org files upwards of around 1000 lines get very...

Seems like a great start, but then nothing seems to work. Maybe you could state a list dependencies that are required to be installed, e.g. Install Node.js and then the...

Provide option for evil-mode during generation

[{"_id":"6343fe74fa5d322eb933ff58","body":"Hi @dylanfw.\r\n\r\nI like this suggestion. However, i don't use evil and am not sure if just installing the package is enough without any configuration. It would be great if an evil-mode user could contribute his\/her configs.","issue_id":1660405401343,"origin_id":415832661,"user_origin_id":195829,"create_time":1535132892,"update_time":1535132892,"id":1665400436372,"updated_at":"2022-10-10T11:13:56.371000Z","created_at":"2022-10-10T11:13:56.371000Z"},{"_id":"6343fe74fa5d322eb933ff59","body":"Hi. I'm new to emacs but very good user of vim.\r\n\r\nI would say, here is the very minimum evil configuration :\r\n\r\n\r\n```\r\n;; cat elisp\/evil-config.el\r\n\r\n;; load evil\r\n(use-package evil\r\n :ensure t\r\n :init\r\n (setq evil-search-module 'evil-search)\r\n :config\r\n (evil-mode 1)\r\n\r\n(provide 'evil-config)\r\n```\r\n\r\nEdit: remove a binding to C-x which I think is a very newbie idea :)","issue_id":1660405401343,"origin_id":571537110,"user_origin_id":2079042,"create_time":1578394354,"update_time":1578472377,"id":1665400436375,"updated_at":"2022-10-10T11:13:56.375000Z","created_at":"2022-10-10T11:13:56.375000Z"}] comment

I ran into this problem when I tried using this with emacs-26.1. I'm documenting the fix I applied. You need to change these lines in `elisp/base.el ` ``` (add-to-list 'package-archives...

# OS macOS 10.13.1 # Issue Show `Error(use-package): Cannot load org-projectile` ![](https://i.stack.imgur.com/jw2Ov.png) # Reason https://emacs.stackexchange.com/a/37885/18080

Auto-saving foo.rb: Opening output file: No such file or directory, /Users/x/.emacs.d/private/cache/auto-save-list/#!foo.rb#

[{"_id":"6343fa6909a35269b77fe60a","body":"I guess i should include a function to create those temporary directories. The error is in:\r\n```\r\n auto-save-file-name-transforms `((\".*\" ,(concat temp-dir \"\/auto-save-list\/\") t)))\r\n```\r\nyou could `mkdir` the directories and the issue will be gone for now.","issue_id":1660405401357,"origin_id":343677314,"user_origin_id":195829,"create_time":1510418510,"update_time":1510418510,"id":1665399401689,"updated_at":"2022-10-10T10:56:41.689000Z","created_at":"2022-10-10T10:56:41.689000Z"}] comment

I'm using generate default emacs.d configuration, open a file wait minutus emacs report error config file is: base.el: (package-initialize) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") '("elpy" . "http://jorgenschaefer.github.io/packages/")) (when (not package-archive-contents)...

Unresponsive Python Emacs

[{"_id":"634409c6cd14df15ba5b54fb","body":"Hi Pieter,\r\n\r\nI wouldn't think that the reason is because many plugins are being loaded. Could you share a bit more information about your issue?\r\n\r\n1. What languages did you choose for the generation?\r\n2. What was the major mode when you were experiencing the slow responses? did you open a text file, python, C?","issue_id":1660405401360,"origin_id":338104555,"user_origin_id":195829,"create_time":1508474544,"update_time":1508474544,"id":1665403334563,"updated_at":"2022-10-10T12:02:14.562000Z","created_at":"2022-10-10T12:02:14.562000Z"},{"_id":"634409c6cd14df15ba5b54fc","body":"I installed Python combined with the theme Spacemacs and tried Ivy and Helm as completion frontend. \r\nAfter installation I let the installer complete (the theme changed etc) and then opened a python file (just a small one ,500 lines or so)\r\nWhen you open a file, does the completion frontend need to load or construct the data for it?","issue_id":1660405401360,"origin_id":338121387,"user_origin_id":17935026,"create_time":1508482307,"update_time":1508482307,"id":1665403334566,"updated_at":"2022-10-10T12:02:14.565000Z","created_at":"2022-10-10T12:02:14.565000Z"},{"_id":"634409c6cd14df15ba5b54fd","body":"Interesting... i think i've seen this before and the reason could be `elpy` trying to connect to the backend to retrieve auto-complete information.\r\nWhat you could do is try `elpy-config` and verify that you've installed the requirements elpy needs in your local virtualenv: `pip install jedi` at the very least. `elpy-config` should show you the rest of it's requirements or you can check out it's github page.\r\n\r\nOtherwise, i would profile the code using this guide:\r\nhttps:\/\/www.gnu.org\/software\/emacs\/manual\/html_node\/elisp\/Profiling.html\r\n\r\nAnd you'll get a report where the code is spending most of the time in execution. Let me know how it goes for you.","issue_id":1660405401360,"origin_id":338326241,"user_origin_id":195829,"create_time":1508534783,"update_time":1508534783,"id":1665403334569,"updated_at":"2022-10-10T12:02:14.569000Z","created_at":"2022-10-10T12:02:14.569000Z"}] comment

Hello, I just generated a config folder using your bootstrapper. However when I run emacs I notice that it becomes really sluggish in response. Navigating with an arrow to the...

https://www.emacswiki.org/emacs/InteractivelyDoThings

https://github.com/avelino/caleb-theme