dmacs

Emacs Literate Configuration with borg (by dakra)

Dmacs Alternatives

Similar projects and alternatives to dmacs

  1. consult

    93 dmacs VS consult

    :mag: consult.el - Consulting completing-read

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. meow

    79 dmacs VS meow

    Yet another modal editing on Emacs / 猫态编辑 (by meow-edit)

  4. vertico

    61 dmacs VS vertico

    :dizzy: vertico.el - VERTical Interactive COmpletion

  5. selectrum

    33 dmacs VS selectrum

    🔔 Better solution for incremental narrowing in Emacs.

  6. tree-sitter-typescript

    TypeScript grammar for tree-sitter

  7. tree-sitter-css

    4 dmacs VS tree-sitter-css

    CSS grammar for Tree-sitter

  8. tree-sitter-org

    Discontinued Org grammar for tree-sitter

  9. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  10. tree-sitter-c-sharp

    C# Grammar for tree-sitter

  11. tree-sitter-java

    2 dmacs VS tree-sitter-java

    Java grammar for tree-sitter

  12. tree-sitter-ruby

    Ruby grammar for tree-sitter

  13. dotfiles

    1 dmacs VS dotfiles

    Discontinued I showed you my source code, pls respond (by chayward1)

  14. tree-sitter-rust

    8 dmacs VS tree-sitter-rust

    Rust grammar for tree-sitter

  15. tree-sitter-cpp

    8 dmacs VS tree-sitter-cpp

    C++ grammar for tree-sitter

  16. tree-sitter-c

    8 dmacs VS tree-sitter-c

    C grammar for tree-sitter

  17. tree-sitter-javascript

    Javascript grammar for tree-sitter

  18. writingwithemacs

    Tips, Examples, and Resources for Writing with Emacs

  19. tree-sitter-bash

    Bash grammar for tree-sitter

  20. tree-sitter-python

    Python grammar for tree-sitter

  21. tree-sitter-sql

    4 dmacs VS tree-sitter-sql

    SQL syntax highlighting for tree-sitter (by m-novikov)

  22. tree-sitter-json

    4 dmacs VS tree-sitter-json

    JSON grammar for tree-sitter

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better dmacs alternative or higher similarity.

dmacs discussion

Log in or Post with

dmacs reviews and mentions

Posts with mentions or reviews of dmacs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-19.
  • Emacs and Java Development: Corfu + Cape + LSP-Mode + Treesit
    21 projects | /r/emacs | 19 May 2023
    (use-package lsp-java :after lsp-mode :hook (java-mode-local-vars . java-lsp) :custom (lsp-jt-root (concat lsp-java-server-install-dir "java-test/server/")) (dap-java-test-runner (concat lsp-java-server-install-dir "test-runner/junit-platform-console-standalone.jar")) ;; Stolen from: https://github.com/dakra/dmacs/blob/master/init.org#java ;; Use Google style formatting by default (lsp-java-format-settings-url "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml") (lsp-java-format-settings-profile "GoogleStyle") (lsp-java-vmargs `("-XX:+UseParallelGC" "-XX:GCTimeRatio=4" "-Dsun.zip.disableMemoryMapping=true" "-noverify" "-Xmx1G" "-XX:+UseG1GC" "-XX:+UseStringDeduplication" ,(concat "-javaagent:" ;; probably need to update this. (expand-file-name "~/.m2/repository/org/projectlombok/lombok/1.18.22/lombok-1.18.22.jar")) ,(concat "-Xbootclasspath/a:" (expand-file-name "~/.m2/repository/org/projectlombok/lombok/1.18.22/lombok-1.18.22.jar")))) :config ;; Also stolen from: https://github.com/dakra/dmacs/blob/master/init.org#java (defun java-lsp () (setq electric-indent-inhibit nil) (lsp-deferred) (if (bound-and-true-p lsp-mode) (setq-local completion-at-point-functions (list (cape-capf-buster #'cape:lsp-cape) #'cape-file)))))
  • Package wanted: List of recent buffers
    4 projects | /r/emacs | 2 Jun 2021
    For sticky windows I have this in my config:
  • Is there a shared/community-driven `mc/list-file` for `multiple-cursors`?
    2 projects | /r/emacs | 2 Mar 2021
    You can use my mc-list.el as a starting point which should cover a lot of the popular packages.
  • (wishlist) Has anyone built an org-mode + git log integration?
    1 project | /r/emacs | 26 Feb 2021
    This is my config for orgit:
  • cd'ing to ~ of a remote in eshell
    1 project | /r/emacs | 10 Feb 2021
    I have an lcd command for that in my config. I think I stole it somewhere but not sure from where exactly:
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 9 Jul 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic dmacs repo stats
5
117
0.0
12 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Emacs Lisp is
the 26th most popular programming language
based on number of references?