-
Create a Docker4Drupal image with support for Emacs editing set up (HTML, CSS, PHP files). Drupal4Docker has Portainer support. My Emacs configuration is used as an example to configure Emacs in the container. Docker4Drupal Initially follow instructions at Local environment with Docker4Drupal. Add GUI support Add GUI …
Read More -
Create a Drupal Docker image with support for Emacs editing set up (HTML, CSS, PHP files). With phpMyAdmin support. Under Debian Linux of course. My Emacs configuration is used as an example to configure Emacs in the container. Define the image via a Dockerfile The Dockerfile (Dockerfile-web): 1# Basic PHP container …
Read More -
Create a Wordpress Docker image with Emacs editing set up (HTML, CSS, PHP files). With phpMyAdmin support. Under Debian Linux of course. My Emacs configuration is used as an example to configure Emacs in the container. Define the image via a Dockerfile The Dockerfile: 1# Basic PHP container for PHP editing with Emacs. …
Read More -
Create an October CMS Docker image with support for Emacs editing set up (HTML, CSS, PHP files). With phpMyAdmin support. Under Debian Linux of course. My Emacs configuration is used as an example to configure Emacs in the container. Define the image via a Dockerfile The Dockerfile: 1# Basic PHP container for PHP …
Read More -
Fulcro development with Emacs+Cider
Dec 19, 2017 · 2 min read · Computer Software Functional Programming Server Clojure ClojureScript Editor Emacs Full Stack ·Using Emacs+Cider for development with Fulcro. To set up Emacs for Clojure and ClojureScript development with Cider see e.g.: My Emacs configuration Start headless REPL Start a headless REPL. 1JVM_OPTS="-Ddev" lein repl :headless Jot down the port on which the nREPL server started. Connect to REPL (for Clojure) In …
Read More -
My atom-config (which is unused because I use only Emacs these days). Usage rename your existing ~/.atom directory as a backup; git clone https://codeberg.org/photonsphere/atom-config.git ~/.atom Start atom.
Read More -
My emacs-config, which is using org-mode and has been based on Arjen Wiersma's emacs-config, Sacha Chua's Emacs Configuration, Daniel Mai's Mai Emacs Configuration and Uncle Dave's Emacs configuration. Beware Still debugging (my version, not theirs); tested only (my version) with Emacs 25.{1,2} under Linux. Usage …
Read More -
A dark theme approach for Emacs running under KDE (Debian Linux). Alternative approach Configure the Invert desktop effect under KDE system settings and use Ctrl-Meta-U to activate it for the Emacs window (which uses the regular light theme). This gives a very nice dark theme like effect, which is perfect for coding …
Read More